Initial commit Change-Id: I0000000000000000000000000000000000000000
This commit is contained in:
10
no_access.php
Executable file
10
no_access.php
Executable 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");
|
||||
?>
|
||||
Reference in New Issue
Block a user