diff options
author | Greg Aker <greg.aker@ellislab.com> | 2010-12-21 18:44:08 +0100 |
---|---|---|
committer | Greg Aker <greg.aker@ellislab.com> | 2010-12-21 18:44:08 +0100 |
commit | 2eaa4074ea007cec58a802f591b4641b043213d1 (patch) | |
tree | 760887a7759177b1d58f97068bf74fe005fe5af0 /application/cache/index.html | |
parent | 11eb2dcb181c4518d19646867e499c85d449208e (diff) |
Moving system/{logs,cache} to the application directory.
Diffstat (limited to 'application/cache/index.html')
-rw-r--r-- | application/cache/index.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/application/cache/index.html b/application/cache/index.html new file mode 100644 index 000000000..c942a79ce --- /dev/null +++ b/application/cache/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 |