From 94ea96d9864e550b1054d2b5bd88674e633762a4 Mon Sep 17 00:00:00 2001 From: Bruce Allen Date: Fri, 31 Dec 2004 01:27:50 +0000 Subject: [PATCH] Needed to keep clickable line nums working svn path=/trunk/boinc/; revision=4972 --- html/ops/show_log.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/ops/show_log.php b/html/ops/show_log.php index 1627382dc7..a0686d3ab2 100644 --- a/html/ops/show_log.php +++ b/html/ops/show_log.php @@ -34,7 +34,7 @@ if (strlen($f)) $f = "../log*/". $f; else - $f = "$log_dir/*.log"; + $f = "../log*/*.log"; passthru("cd $log_dir && ../bin/grep_logs -html -l $l '$s' $f 2>&1 $lines");