diff options
author | Andrey Andreev <narf@devilix.net> | 2014-02-27 22:10:29 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2014-02-27 22:10:29 +0100 |
commit | b589c09cac5be1d82a57cdf70a31d8c30976fee6 (patch) | |
tree | a3bc686b86c5be96fa5cb28e7edd413f97bbadc8 | |
parent | 92f62b03812c6079fc5e73d865d727627e533e63 (diff) | |
parent | d878851f2057ebb531e83a90c77fe7c9f553dbc6 (diff) |
Merge pull request #2909 from enderteszla/2.1-stable
added missed index.html files.
-rw-r--r-- | application/cache/.htaccess | 2 | ||||
-rw-r--r-- | application/language/index.html | 10 | ||||
-rw-r--r-- | system/libraries/Cache/drivers/index.html | 10 | ||||
-rw-r--r-- | system/libraries/Cache/index.html | 10 | ||||
-rw-r--r-- | system/libraries/javascript/index.html | 10 |
5 files changed, 41 insertions, 1 deletions
diff --git a/application/cache/.htaccess b/application/cache/.htaccess index 3418e55a6..14249c50b 100644 --- a/application/cache/.htaccess +++ b/application/cache/.htaccess @@ -1 +1 @@ -deny from all
\ No newline at end of file +Deny from all
\ No newline at end of file diff --git a/application/language/index.html b/application/language/index.html new file mode 100644 index 000000000..c942a79ce --- /dev/null +++ b/application/language/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 diff --git a/system/libraries/Cache/drivers/index.html b/system/libraries/Cache/drivers/index.html new file mode 100644 index 000000000..c942a79ce --- /dev/null +++ b/system/libraries/Cache/drivers/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 diff --git a/system/libraries/Cache/index.html b/system/libraries/Cache/index.html new file mode 100644 index 000000000..c942a79ce --- /dev/null +++ b/system/libraries/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 diff --git a/system/libraries/javascript/index.html b/system/libraries/javascript/index.html new file mode 100644 index 000000000..c942a79ce --- /dev/null +++ b/system/libraries/javascript/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 |