Index: branches/5.1.x/core/admin_templates/tools/system_tools.tpl =================================================================== diff -u -N -r13168 -r13376 --- branches/5.1.x/core/admin_templates/tools/system_tools.tpl (.../system_tools.tpl) (revision 13168) +++ branches/5.1.x/core/admin_templates/tools/system_tools.tpl (.../system_tools.tpl) (revision 13376) @@ -47,7 +47,7 @@ - + Index: branches/5.1.x/system/cache/clean.sh =================================================================== diff -u -N --- branches/5.1.x/system/cache/clean.sh (revision 12657) +++ branches/5.1.x/system/cache/clean.sh (revision 0) @@ -1 +0,0 @@ -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.1.x/tools/.htaccess =================================================================== diff -u -N --- branches/5.1.x/tools/.htaccess (revision 13086) +++ branches/5.1.x/tools/.htaccess (revision 0) @@ -1,57 +0,0 @@ -### File security -# Exclude direct access to tpl, tpl.xml, inc.php, sql extensions -# - - order allow,deny - deny from all - - -# Exclude direct access - - order allow,deny - deny from all - - -## Enable mod-rewrite -RewriteEngine On - -###### Rewrite rule to force 'www.' prefix. Use only if needed -# If your site can be accessed both with and without the 'www.' prefix, -# use the following setting to redirect all users to access the site with the 'www.' -# when they access without 'www.'. Uncomment and MAKE sure to adapt for your domain name -# -# RewriteCond %{HTTP_HOST} ^example\.com$ [NC] -# RewriteRule ^(.*)$ http://www.example.com/$1 [L,R=301] - -###### Rewrite rules to block common hacks -## If you experience problems comment out the operations listed below -## Block out any script trying to base64_encode crap to send via URL -RewriteCond %{QUERY_STRING} base64_encode.*\(.*\) [OR] -## Block out any script that includes a