Added missing error403.php
This commit is contained in:
parent
13ff4dfaa9
commit
409ee34be6
1 changed files with 4 additions and 0 deletions
4
www/error403.php
Normal file
4
www/error403.php
Normal file
|
@ -0,0 +1,4 @@
|
|||
<?
|
||||
header("location: /");
|
||||
exit;
|
||||
?>
|
Loading…
Reference in a new issue