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:
@ -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")){
|
||||
|
Reference in New Issue
Block a user