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

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2778 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
theli 19 years ago
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")){

Loading…
Cancel
Save