view index.php @ 173:3ea14355e2d4

weather: Fix a silly bug in the weather data update loop. :S
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 03 Jun 2014 13:00:13 +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();
?>