From: <ope...@li...> - 2002-07-09 01:22:17
|
Update of /cvsroot/openposs/Server/module/Quote In directory usw-pr-cvs1:/tmp/cvs-serv26533/Quote Added Files: admin.php module.php Log Message: Initial creation --- NEW FILE: admin.php --- <?php echo "<center><h2>I am the admin portion of the Quote Module.</h2></center>"; ?> --- NEW FILE: module.php --- <?php echo "<center><h2>I am the Quote Module.</h2></center>"; ?> |