view index.php @ 100:7819b337bb67

Added signature for changeset 8139169293f9
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 12 Sep 2011 19:15:17 +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();
?>