Skip to content
This repository has been archived by the owner on Sep 10, 2021. It is now read-only.

Commit

Permalink
ENH: security
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles Marion committed Mar 2, 2011
1 parent abd69a0 commit 72b63d0
Show file tree
Hide file tree
Showing 12 changed files with 31 additions and 1 deletion.
1 change: 1 addition & 0 deletions .htaccess
Expand Up @@ -3,6 +3,7 @@
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule .* index.php

</IfModule>

# Security: no folder fetching
Expand Down
3 changes: 3 additions & 0 deletions application/.htaccess
@@ -0,0 +1,3 @@

Order Allow,Deny
Deny from all
1 change: 1 addition & 0 deletions data/assetstore/.gitignore
@@ -1,2 +1,3 @@
*
!.gitignore
!.htaccess
3 changes: 3 additions & 0 deletions data/assetstore/.htaccess
@@ -0,0 +1,3 @@

Order Allow,Deny
Deny from all
3 changes: 3 additions & 0 deletions data/thumbnail/.gitignore
@@ -0,0 +1,3 @@
*
!.gitignore
!.htaccess
1 change: 1 addition & 0 deletions log/.gitignore
@@ -1,2 +1,3 @@
*
!.gitignore
!.htaccess
3 changes: 3 additions & 0 deletions log/.htaccess
@@ -0,0 +1,3 @@

Order Allow,Deny
Deny from all
3 changes: 3 additions & 0 deletions sql/.htaccess
@@ -0,0 +1,3 @@

Order Allow,Deny
Deny from all
3 changes: 3 additions & 0 deletions tests/.htaccess
@@ -0,0 +1,3 @@

Order Allow,Deny
Deny from all
3 changes: 3 additions & 0 deletions tmp/.htaccess
@@ -0,0 +1,3 @@

Order Allow,Deny
Deny from all
3 changes: 3 additions & 0 deletions translation/.htaccess
@@ -0,0 +1,3 @@

Order Allow,Deny
Deny from all
5 changes: 4 additions & 1 deletion translation/fr-main.csv
Expand Up @@ -81,4 +81,7 @@ Download;T
Delete Feed;Effacer cette actualit�
Do you really want to delete the feed;Voulez-vous vraiment supprimer l'actualit�
Yes;Oui
No;Non
No;Non
Plugins;Plugins
E-mail;E-mail
Remember Me;Se souvenir de moi

0 comments on commit 72b63d0

Please sign in to comment.