Added missing error403.php

This commit is contained in:
root 2007-01-28 18:41:58 +00:00
parent 13ff4dfaa9
commit 409ee34be6

4
www/error403.php Normal file
View file

@ -0,0 +1,4 @@
<?
header("location: /");
exit;
?>