Various
Added 403 Error Files Improved maker
This commit is contained in:
13
app/core/index.php
Normal file
13
app/core/index.php
Normal 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>
|
Reference in New Issue
Block a user