view 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
line wrap: on
line source

<?
$pageTitle = "Eggdrop IRC robot TCL scripts";
require "mcommon.inc.php";
cmPrintPageHeader($pageTitle);

// Exclude *.orig, *.rej
$dirListFilter = "/\.orig$|\.rej$/";
require "mdirlist.inc.php";
cmPrintPageFooter();
?>