summaryrefslogtreecommitdiffstats
path: root/system/application/core/index.html
diff options
context:
space:
mode:
authorGreg Aker <greg.aker@ellislab.com>2010-03-22 20:41:27 +0100
committerGreg Aker <greg.aker@ellislab.com>2010-03-22 20:41:27 +0100
commitfa281354b37feead98ab71cc4e6d68f9748a7b6c (patch)
tree002a799e95ed36db0bbfcaa8449310f335e1cafc /system/application/core/index.html
parent7ec3650749b2c4baf1600bf09fdf3e41f06d87d1 (diff)
Fix #10 , extending the CodeIgniter controller with MY_Controller will lead to a fatal PHP error.
Diffstat (limited to 'system/application/core/index.html')
-rw-r--r--system/application/core/index.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/system/application/core/index.html b/system/application/core/index.html
new file mode 100644
index 000000000..c942a79ce
--- /dev/null
+++ b/system/application/core/index.html
@@ -0,0 +1,10 @@
+<html>
+<head>
+ <title>403 Forbidden</title>
+</head>
+<body>
+
+<p>Directory access is forbidden.</p>
+
+</body>
+</html> \ No newline at end of file