# | Line 78 | Line 78 | function getdirArray($dir='./',$sort='asort') { | |
---|---|---|
78 | <form method="GET" action="browser.php"> | |
79 | <? | |
80 | ||
81 | < | $file_array = getdirArray('/home/cut/pjm2/webpages/reports','rsort'); |
81 | > | $file_array = getdirArray($reportDirectory,'rsort'); |
82 | print "<select size=\"1\" name=\"day\">"; | |
83 | foreach($file_array as $file_name) { | |
84 | if (is_dir($file_name)) { |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |