view index.php @ 78:2257992abd2f

Don't show *.orig and *.rej files in file listing.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 11 Sep 2011 18:35:22 +0300
parents 4a39a8707fdf
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();
?>