Update of /cvsroot/openposs/Server/module/Scheduling
In directory usw-pr-cvs1:/tmp/cvs-serv26533/Scheduling
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 Scheduling Module.</h2></center>";
?>
--- NEW FILE: module.php ---
<?php
echo "<center><h2>I am the Scheduling Module.</h2></center>";
?>
|