view index.php @ 160:e3e156911ab4

urllog: Oops, fix a silly typobug.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 02 Jun 2014 15:52:58 +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();
?>