Skip to content

Commit

Permalink
Change fs permissions and add some missing index.html files (bcit-ci#…
Browse files Browse the repository at this point in the history
  • Loading branch information
narfbg committed Nov 21, 2012
1 parent 342bb7e commit 2eaeee5
Show file tree
Hide file tree
Showing 10 changed files with 50 additions and 0 deletions.
Empty file modified index.php
100644 → 100755
Empty file.
10 changes: 10 additions & 0 deletions system/libraries/Cache/drivers/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<html>
<head>
<title>403 Forbidden</title>
</head>
<body>

<p>Directory access is forbidden.</p>

</body>
</html>
10 changes: 10 additions & 0 deletions system/libraries/Cache/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<html>
<head>
<title>403 Forbidden</title>
</head>
<body>

<p>Directory access is forbidden.</p>

</body>
</html>
Empty file modified system/libraries/Session/Session.php
100755 → 100644
Empty file.
Empty file modified system/libraries/Session/drivers/Session_cookie.php
100755 → 100644
Empty file.
Empty file modified system/libraries/Session/drivers/Session_native.php
100755 → 100644
Empty file.
10 changes: 10 additions & 0 deletions system/libraries/Session/drivers/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<html>
<head>
<title>403 Forbidden</title>
</head>
<body>

<p>Directory access is forbidden.</p>

</body>
</html>
10 changes: 10 additions & 0 deletions system/libraries/Session/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<html>
<head>
<title>403 Forbidden</title>
</head>
<body>

<p>Directory access is forbidden.</p>

</body>
</html>
Empty file modified system/libraries/Xmlrpc.php
100755 → 100644
Empty file.
10 changes: 10 additions & 0 deletions system/libraries/javascript/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<html>
<head>
<title>403 Forbidden</title>
</head>
<body>

<p>Directory access is forbidden.</p>

</body>
</html>

0 comments on commit 2eaeee5

Please sign in to comment.