diff options
author | Derek Allard <derek.allard@ellislab.com> | 2008-01-16 20:16:08 +0100 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2008-01-16 20:16:08 +0100 |
commit | f4615fec22671262e95d3a852f8b9088314118f2 (patch) | |
tree | 7de95b796a4bb57f21705c04e90f575a7c0ed026 /system/application/helpers/index.html | |
parent | 80e1404151d718a8ac921c9825cadcd2dcfcbba4 (diff) |
added a helpers folder to application
Diffstat (limited to 'system/application/helpers/index.html')
-rw-r--r-- | system/application/helpers/index.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/system/application/helpers/index.html b/system/application/helpers/index.html new file mode 100644 index 000000000..5a1f5d6ae --- /dev/null +++ b/system/application/helpers/index.html @@ -0,0 +1,15 @@ +<html>
+
+<head>
+
+<title>403 Forbidden</title>
+
+</head>
+
+<body bgcolor='#ffffff'>
+
+<p>Directory access is forbidden.<p>
+
+</body>
+
+</html>
\ No newline at end of file |