diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-11-21 13:31:26 +0100 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-11-21 13:31:26 +0100 |
commit | 2eaeee5aa3971932e58ffac48554e554d799249f (patch) | |
tree | 3deb22936b9df36894ee4e386bec6a26a4381792 /system | |
parent | 342bb7ed0396911a0c1296ce47144c6fa276b3d4 (diff) |
Change fs permissions and add some missing index.html files (#2017)
Diffstat (limited to 'system')
-rw-r--r-- | system/libraries/Cache/drivers/index.html | 10 | ||||
-rw-r--r-- | system/libraries/Cache/index.html | 10 | ||||
-rw-r--r--[-rwxr-xr-x] | system/libraries/Session/Session.php | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | system/libraries/Session/drivers/Session_cookie.php | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | system/libraries/Session/drivers/Session_native.php | 0 | ||||
-rw-r--r-- | system/libraries/Session/drivers/index.html | 10 | ||||
-rw-r--r-- | system/libraries/Session/index.html | 10 | ||||
-rw-r--r--[-rwxr-xr-x] | system/libraries/Xmlrpc.php | 0 | ||||
-rw-r--r-- | system/libraries/javascript/index.html | 10 |
9 files changed, 50 insertions, 0 deletions
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/Session/Session.php b/system/libraries/Session/Session.php index 96e65f154..96e65f154 100755..100644 --- a/system/libraries/Session/Session.php +++ b/system/libraries/Session/Session.php diff --git a/system/libraries/Session/drivers/Session_cookie.php b/system/libraries/Session/drivers/Session_cookie.php index 3c4848265..3c4848265 100755..100644 --- a/system/libraries/Session/drivers/Session_cookie.php +++ b/system/libraries/Session/drivers/Session_cookie.php diff --git a/system/libraries/Session/drivers/Session_native.php b/system/libraries/Session/drivers/Session_native.php index 3e700ad5d..3e700ad5d 100755..100644 --- a/system/libraries/Session/drivers/Session_native.php +++ b/system/libraries/Session/drivers/Session_native.php diff --git a/system/libraries/Session/drivers/index.html b/system/libraries/Session/drivers/index.html new file mode 100644 index 000000000..c942a79ce --- /dev/null +++ b/system/libraries/Session/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/Session/index.html b/system/libraries/Session/index.html new file mode 100644 index 000000000..c942a79ce --- /dev/null +++ b/system/libraries/Session/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/Xmlrpc.php b/system/libraries/Xmlrpc.php index 3ef823e29..3ef823e29 100755..100644 --- a/system/libraries/Xmlrpc.php +++ b/system/libraries/Xmlrpc.php 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 |