From: <ope...@li...> - 2002-07-09 01:17:31
|
Update of /cvsroot/openposs/Server/module/Customer In directory usw-pr-cvs1:/tmp/cvs-serv25261/Customer 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 Customer Module.</h2></center>"; ?> --- NEW FILE: module.php --- <?php echo "<center><h2>I am the Customer Module.</h2></center>"; ?> |