view index.php @ 60:ce327469582c

quotedb: Add "update" sub-command for modifying/updating recently added quotes.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 08 Sep 2011 22:16:54 +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();
?>