39 |
|
|
40 |
|
|
41 |
|
function showStat($title, $value, $input) { |
42 |
< |
preg_match("/$value=([^\,]*)\,/", $input, $matches); |
42 |
> |
preg_match("/$value=([^\,]*)[\,|\}]/", $input, $matches); |
43 |
|
$value = $matches[1]; |
44 |
|
if (empty($value)) { |
45 |
|
$value = "<i>unknown</i>"; |
102 |
|
<form method="<? echo $formMethod ?>" action="<? echo $thisPage ?>"> |
103 |
|
<? |
104 |
|
|
105 |
< |
$file_array = getdirArray($latestDirectory,'rsort'); |
105 |
> |
$file_array = getdirArray($latestDirectory,'asort'); |
106 |
|
print "<select size=\"1\" name=\"machine\">"; |
107 |
|
if ($machine) { ?> |
108 |
|
<option selected value="<? echo $machine ?>"><? echo $machine ?></option> |