view index.php @ 133:9f290e1ee738

urllog: Oops, bugfix 10L.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 24 Sep 2012 18:56:01 +0300
parents 2257992abd2f
children 0701ea4a76d4
line wrap: on
line source

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

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