diff options
author | Phil Sturgeon <email@philsturgeon.co.uk> | 2012-05-23 19:42:15 +0200 |
---|---|---|
committer | Phil Sturgeon <email@philsturgeon.co.uk> | 2012-05-23 19:42:15 +0200 |
commit | 13a9bf472f548463682d4d3fafce146b9a9ced3c (patch) | |
tree | 6587038defc1f9d6c8a032fdc25b9b4fb5787626 /application/views/errors/index.html | |
parent | 55a6ddb0c7bab1149bb1ddfa3a1aff46612c91d4 (diff) | |
parent | 7d3399ead6857d5b2c7dd60165b85108e159ed7b (diff) |
Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop
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 |