view index.php @ 58:0da3461eb871

quotedb: Retrieving total number of quotes in the table does not seem to be working, so commenting out the code.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 08 Sep 2011 22:14:27 +0300
parents 4a39a8707fdf
children 2257992abd2f
line wrap: on
line source

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