| # | Line 88 | Line 88 | function getdirArray($dir='./',$sort='asort') { | |
|---|---|---|
| 88 | ||
| 89 | $file_array = getdirArray($reportDirectory,'rsort'); | |
| 90 | print "<select size=\"1\" name=\"day\">"; | |
| 91 | + | if ($day) { ?> |
| 92 | + | <option selected value="<? echo $day ?>"><? echo $day ?></option> |
| 93 | + | <option value="">----------------</option> |
| 94 | + | <? } |
| 95 | foreach($file_array as $file_name) { | |
| 96 | if (is_dir($file_name)) { | |
| 97 | $i++; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |