| # | Line 91 | Line 91 | function getdirArray($dir='./',$sort='asort') { | |
|---|---|---|
| 91 | ||
| 92 | <? | |
| 93 | ||
| 94 | < | $file_array = getdirArray('/home/cut/pjm2/webpages/reports','asort'); |
| 94 | > | $file_array = getdirArray('/home/cut/pjm2/webpages/reports','rsort'); |
| 95 | print "<ul>"; | |
| 96 | foreach($file_array as $file_name) { | |
| 97 | if (is_dir($file_name)) { | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |