From 2aca840e8352731a1cb99e862bd84ee9bfc3873e Mon Sep 17 00:00:00 2001 From: Bruce Allen Date: Mon, 18 Aug 2008 11:51:15 +0000 Subject: [PATCH] User web pages, scheduler logs: link was missing because of incorrect path svn path=/trunk/boinc/; revision=15872 --- checkin_notes | 8 ++++++++ html/inc/host.inc | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/checkin_notes b/checkin_notes index 3a6ae3f29b..034ab67503 100644 --- a/checkin_notes +++ b/checkin_notes @@ -6758,3 +6758,11 @@ Rom 17 Aug 2008 clientscr/ screensaver_win.cpp + +Bruce 18 Aug 2008 + - User web pages, scheduler logs: link was missing because of incorrect path + + html/ + inc/ + host.inc + diff --git a/html/inc/host.inc b/html/inc/host.inc index b2bd921d4d..13b0c83b21 100644 --- a/html/inc/host.inc +++ b/html/inc/host.inc @@ -34,7 +34,7 @@ function sched_log_name($x) { } function sched_log_link($x) { - if (file_exists("../sched_logs")) { + if (file_exists("sched_logs")) { return "" . time_str($x) . ""; } else { return time_str($x);