mirror of https://github.com/BOINC/boinc.git
User web pages, scheduler logs: link was missing because of incorrect path
svn path=/trunk/boinc/; revision=15872
This commit is contained in:
parent
d666a7fa07
commit
2aca840e83
|
@ -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
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue