# | Line 109 | Line 109 | function showBar($title, $value, $max, $input) { | |
---|---|---|
109 | <option value="">----------------</option> | |
110 | <? } | |
111 | foreach($file_array as $file_name) { | |
112 | < | if (is_dir($file_name)) { |
113 | < | $i++; |
112 | > | #if (is_dir($file_name)) { |
113 | print "<option value=\"$file_name\">$file_name</option>"; | |
114 | < | } |
114 | > | #} |
115 | } | |
116 | print "</select>"; | |
117 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |