From 3708f071b3db08c969ec1eb2c17a56c56ddd6144 Mon Sep 17 00:00:00 2001 From: Ender Teszla Date: Thu, 27 Feb 2014 22:56:23 +0400 Subject: Deleted useless .htaccess file, added missed index.html files. --- application/cache/.htaccess | 1 - application/language/index.html | 10 ++++++++++ system/libraries/Cache/drivers/index.html | 10 ++++++++++ system/libraries/Cache/index.html | 10 ++++++++++ system/libraries/javascript/index.html | 10 ++++++++++ 5 files changed, 40 insertions(+), 1 deletion(-) delete mode 100644 application/cache/.htaccess create mode 100644 application/language/index.html create mode 100644 system/libraries/Cache/drivers/index.html create mode 100644 system/libraries/Cache/index.html create mode 100644 system/libraries/javascript/index.html diff --git a/application/cache/.htaccess b/application/cache/.htaccess deleted file mode 100644 index 3418e55a6..000000000 --- a/application/cache/.htaccess +++ /dev/null @@ -1 +0,0 @@ -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 @@ + + + 403 Forbidden + + + +

Directory access is forbidden.

+ + + \ 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 @@ + + + 403 Forbidden + + + +

Directory access is forbidden.

+ + + \ 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 @@ + + + 403 Forbidden + + + +

Directory access is forbidden.

+ + + \ 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 @@ + + + 403 Forbidden + + + +

Directory access is forbidden.

+ + + \ No newline at end of file -- cgit v1.2.3-24-g4f1b From d878851f2057ebb531e83a90c77fe7c9f553dbc6 Mon Sep 17 00:00:00 2001 From: Ender Teszla Date: Fri, 28 Feb 2014 00:56:07 +0400 Subject: Added a .htaccess file to the application/cache folder for security-in-depths reasons (de bene esse). --- application/cache/.htaccess | 1 + 1 file changed, 1 insertion(+) create mode 100644 application/cache/.htaccess diff --git a/application/cache/.htaccess b/application/cache/.htaccess new file mode 100644 index 000000000..14249c50b --- /dev/null +++ b/application/cache/.htaccess @@ -0,0 +1 @@ +Deny from all \ No newline at end of file -- cgit v1.2.3-24-g4f1b