| # | Line 102 | Line 102 | function showBar($title, $value, $max, $input) { | |
|---|---|---|
| 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> | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |