"); if (!$log_dir) { exit("Error: couldn't get log_dir from config file."); } $f = $_GET["f"]; $s = $_GET["s"]; $l = (int)$_GET["l"]; //if (!$f || !preg_match("/^ *([a-z_*]+[.](log|out) *)+$/", $f)) { // $f = 'log_*/*.log'; //} if ($s) { admin_page_head("Grep logs for \"$s\""); } else { admin_page_head("Show logs"); } echo "
"; echo 'Hint: Example greps: "RESULT#106876", "26fe99aa_25636_00119.wu_1", "WU#8152", "too many errors", "2003-07-17", "CRITICAL"