User web pages, scheduler logs: link was missing because of incorrect path

svn path=/trunk/boinc/; revision=15872
This commit is contained in:
Bruce Allen 2008-08-18 11:51:15 +00:00
parent d666a7fa07
commit 2aca840e83
2 changed files with 9 additions and 1 deletions

View File

@ -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

View File

@ -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 "<a href=\"../sched_logs/" . sched_log_name($x) . "\">" . time_str($x) . "</a>";
} else {
return time_str($x);