4 |
|
$latestDirectory = "/usr/local/proj/co600_10/webroot/latest"; |
5 |
|
$latestData = "latest_data"; |
6 |
|
|
7 |
+ |
# Warning tolerance. I.e. Give a warning if a realtime reports is older |
8 |
+ |
# than this time (in seconds). |
9 |
+ |
$warning_age = 600; |
10 |
+ |
|
11 |
|
# Page appearance. |
12 |
|
$lineColor = "#9999ff"; |
13 |
|
|
14 |
|
# Files to include |
15 |
< |
$titleHTML = "title.inc"; |
15 |
> |
$titleHTML = "title.inc.php"; |
16 |
|
$bottomHTML = "bottom.inc"; |
17 |
|
|
18 |
|
# Submission details. |
24 |
|
$scaleImage = "scale.gif"; |
25 |
|
$max_width = 300; |
26 |
|
|
27 |
< |
?> |
27 |
> |
?> |