Added 403 Error Files
Improved maker
This commit is contained in:
2012-09-07 15:33:50 -05:00
parent f17d80c079
commit d6e8a4ccd4
7 changed files with 88 additions and 6 deletions

13
app/libraries/index.php Normal file
View File

@@ -0,0 +1,13 @@
<?php
header("HTTP/1.0 403 Forbidden");
?>
<html>
<head>
<title>403 Forbidden</title>
</head>
<body>
<p>Directory access is forbidden.</p>
</body>
</html>