Initial commit Change-Id: I0000000000000000000000000000000000000000

This commit is contained in:
2012-02-05 16:40:26 -05:00
commit 70806096b6
73 changed files with 22457 additions and 0 deletions

10
no_access.php Executable file
View File

@@ -0,0 +1,10 @@
<?php
include("classes/header.php");
echo <<<MSG
<div align="center">
<img src="res/error_icon.png"/> <br/>
<b> Sorry you dont have access to this page... <br/> Please contact your system Admin if you require access.</b>
</div>
MSG;
include("classes/footer.php");
?>