diff options
author | Timothy Warren <tim@timshomepage.net> | 2012-05-14 21:21:33 +0200 |
---|---|---|
committer | Timothy Warren <tim@timshomepage.net> | 2012-05-14 21:21:33 +0200 |
commit | 09069ddcecde9a0c66e41087e816567d420eb750 (patch) | |
tree | 6c8687579aaa2c9ee70a0cb984f480c607f51e72 /application/views/errors/index.html | |
parent | fff6c2a3caa1ce14e58fcb3ee0d937d17985eea1 (diff) |
Move errors to views folder
Diffstat (limited to 'application/views/errors/index.html')
-rw-r--r-- | application/views/errors/index.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/application/views/errors/index.html b/application/views/errors/index.html new file mode 100644 index 000000000..c942a79ce --- /dev/null +++ b/application/views/errors/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 |