diff options
author | Phil Sturgeon <email@philsturgeon.co.uk> | 2012-05-23 19:18:53 +0200 |
---|---|---|
committer | Phil Sturgeon <email@philsturgeon.co.uk> | 2012-05-23 19:18:53 +0200 |
commit | 3046c9fdc764fd68b855b09e1600e22ecc62a47b (patch) | |
tree | 234f61ec461b63ae0fc8a80f5abb13fdcdd1e079 /application/views/errors/index.html | |
parent | 37294771ef8cdb0c2d4834783ad79a6bdbc96d77 (diff) | |
parent | 2fceb85c49142cd512c10080a3cd9ad067f0414c (diff) |
Merge pull request #1357 from timw4mail/errors
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 |