Initial commit Change-Id: I0000000000000000000000000000000000000000
This commit is contained in:
22
error/error401.php
Executable file
22
error/error401.php
Executable file
@@ -0,0 +1,22 @@
|
||||
<html>
|
||||
<title>Authorization Required</title>
|
||||
<body>
|
||||
|
||||
<?php
|
||||
|
||||
include("error_header.php");
|
||||
|
||||
echo <<<MSG
|
||||
<center>
|
||||
<img src="/error/error_icon.png"/>
|
||||
<br/>
|
||||
<strong>Authorization Required</strong>
|
||||
</center>
|
||||
MSG;
|
||||
|
||||
include("footer.php");
|
||||
|
||||
?>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user