From 5dd59b8c90f7be47498e570fc306758724ccc8ca Mon Sep 17 00:00:00 2001 From: Karl Chen Date: Tue, 15 Jul 2003 21:30:05 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=1685 --- 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 e45989dc41..6fcfcae33b 100644 --- a/html/ops/show_log.php +++ b/html/ops/show_log.php @@ -28,7 +28,7 @@ echo 'Hint: Example greps: "RESULT#106876", "26fe99aa_25636_00119.wu_1", "WU#8152", "too many errors", "2003-07-17", "CRITICAL"
'; - passthru("cd $log_dir && ./grep_logs -html '$s' $f 2>&1"); + passthru("cd $log_dir && ../bin/grep_logs -html '$s' $f 2>&1"); page_tail(); } ?>