Index: branches/5.0.x/system/.htaccess-sample =================================================================== diff -u -r12174 -r12257 --- branches/5.0.x/system/.htaccess-sample (.../.htaccess-sample) (revision 12174) +++ branches/5.0.x/system/.htaccess-sample (.../.htaccess) (revision 12257) @@ -1,4 +1,4 @@ - + order allow,deny deny from all \ No newline at end of file Index: branches/5.0.x/system/cache/clean.sh =================================================================== diff -u -r12117 -r12257 --- branches/5.0.x/system/cache/clean.sh (.../clean.sh) (revision 12117) +++ branches/5.0.x/system/cache/clean.sh (.../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 Fisheye: Tag 12257 refers to a dead (removed) revision in file `branches/5.0.x/system/.htaccess-sample'. Fisheye: No comparison available. Pass `N' to diff?