anvil_php/app/views/index.php
br0xen d6e8a4ccd4 Various
Added 403 Error Files
Improved maker
2012-09-07 15:33:50 -05:00

14 lines
161 B
PHP

<?php
header("HTTP/1.0 403 Forbidden");
?>
<html>
<head>
<title>403 Forbidden</title>
</head>
<body>
<p>Directory access is forbidden.</p>
</body>
</html>