1
0
mirror of https://github.com/yacy/yacy_search_server.git synced 2025-07-22 09:14:38 -04:00

*) Default Rex.Exp. changed back to .*.*

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2778 6c8d7289-2bf4-0310-a012-ef5d649a1542
This commit is contained in:
theli
2006-10-15 08:37:19 +00:00
parent 72cc082ebe
commit 3bebe72544

@ -64,7 +64,7 @@ public class ViewLog_p {
String[] log = new String[0];
boolean reversed = false;
int lines = 200;
String filter = ".*";
String filter = ".*.*";
if(post != null){
if(post.containsKey("mode") && ((String)post.get("mode")).equals("reversed")){