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>";
?>
|