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)) { |
162 |
|
</tr> |
163 |
|
<tr> |
164 |
|
<td> </td> |
165 |
< |
<td><img src="24hour.gif" width="500" height="39"></td> |
165 |
> |
<td><img src="<? echo $scaleImage ?>" width="500" height="39"></td> |
166 |
|
</tr> |
167 |
|
</table> |
168 |
|
|