Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F847293
in-portal
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Fri, Apr 18, 8:40 AM
Size
1 KB
Mime Type
text/x-diff
Expires
Sun, Apr 20, 8:40 AM (5 h, 19 m)
Engine
blob
Format
Raw Data
Handle
602161
Attached To
rINP In-Portal
in-portal
View Options
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
Log In to Comment