annotate index.php @ 178:9b8ec700ede4

Clean up the weather data parser backend a bit.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 03 Jun 2014 15:10:47 +0300
parents 0701ea4a76d4
children bf5818edbff9
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
1c4e2814cd41 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1 <?
57
4a39a8707fdf Update page descriptions.
Matti Hamalainen <ccr@tnsp.org>
parents: 2
diff changeset
2 $pageTitle = "Eggdrop IRC robot TCL scripts";
2
0bc9c1115d42 Change to use newer "framework".
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
3 require "mcommon.inc.php";
137
0701ea4a76d4 CMS API changes.
Matti Hamalainen <ccr@tnsp.org>
parents: 78
diff changeset
4 cmPrintPageHeader($pageTitle);
78
2257992abd2f Don't show *.orig and *.rej files in file listing.
Matti Hamalainen <ccr@tnsp.org>
parents: 57
diff changeset
5
2257992abd2f Don't show *.orig and *.rej files in file listing.
Matti Hamalainen <ccr@tnsp.org>
parents: 57
diff changeset
6 // Exclude *.orig, *.rej
2257992abd2f Don't show *.orig and *.rej files in file listing.
Matti Hamalainen <ccr@tnsp.org>
parents: 57
diff changeset
7 $dirListFilter = "/\.orig$|\.rej$/";
2
0bc9c1115d42 Change to use newer "framework".
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
8 require "mdirlist.inc.php";
137
0701ea4a76d4 CMS API changes.
Matti Hamalainen <ccr@tnsp.org>
parents: 78
diff changeset
9 cmPrintPageFooter();
0
1c4e2814cd41 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
10 ?>