Page MenuHomeIn-Portal Phabricator

in-portal
No OneTemporary

File Metadata

Created
Sat, Apr 19, 12:55 AM

in-portal

Index: branches/5.0.x/system/.htaccess-sample
===================================================================
--- branches/5.0.x/system/.htaccess-sample (revision 12256)
+++ branches/5.0.x/system/.htaccess-sample (nonexistent)
@@ -1,4 +0,0 @@
-<Files ~ "\.(php|php3|php.*|shtml|phtml)$">
- order allow,deny
- deny from all
-</Files>
\ No newline at end of file
Property changes on: branches/5.0.x/system/.htaccess-sample
___________________________________________________________________
Deleted: svn:eol-style
## -1 +0,0 ##
-native
\ No newline at end of property
Index: branches/5.0.x/system/cache/clean.sh
===================================================================
--- branches/5.0.x/system/cache/clean.sh (revision 12256)
+++ branches/5.0.x/system/cache/clean.sh (revision 12257)
@@ -1 +1 @@
-find ./ -not -name "clean.sh" -not -name "CVS" -not -name "./" -type d -o -name "debug_*" -maxdepth 1 | xargs rm -rf
+find ./ -not -name "clean.sh" -not -name "CVS" -not -name "./" -not -name ".htaccess" -type d -o -name "debug_*" -maxdepth 1 | xargs rm -rf
Index: branches/5.0.x/system/.htaccess
===================================================================
--- branches/5.0.x/system/.htaccess (nonexistent)
+++ branches/5.0.x/system/.htaccess (revision 12257)
@@ -0,0 +1,4 @@
+<Files ~ "\.(php|php3|php.*|shtml|phtml|sql|txt)$">
+ order allow,deny
+ deny from all
+</Files>
\ No newline at end of file
Property changes on: branches/5.0.x/system/.htaccess
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property

Event Timeline