Index: branches/5.1.x/core/admin_templates/tools/system_tools.tpl =================================================================== diff -u -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 @@ - + Fisheye: Tag 13376 refers to a dead (removed) revision in file `branches/5.1.x/system/cache/clean.sh'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 13376 refers to a dead (removed) revision in file `branches/5.1.x/tools/.htaccess'. Fisheye: No comparison available. Pass `N' to diff? Index: branches/5.1.x/tools/clear_cache.sh =================================================================== diff -u --- branches/5.1.x/tools/clear_cache.sh (revision 0) +++ branches/5.1.x/tools/clear_cache.sh (revision 13376) @@ -0,0 +1 @@ +find ../system/cache/ -not -name "CVS" -not -name ".svn" -not -name "./" -not -name ".htaccess" -type d -o -name "debug_*" -maxdepth 1 | xargs rm -rf