| # | Line 67 | Line 67 | function getdirArray($dir='./',$sort='asort') { | |
|---|---|---|
| 67 | if ($submit == "bung") { | |
| 68 | $url = escapeshellcmd("$day/$machine_name/$report/chart.gif"); | |
| 69 | if (file_exists($url)) { | |
| 70 | < | echo "<p><img src=\"$url\" width=\"500\" height=\"250\"></p>"; |
| 70 | > | echo "<p><img src=\"$url\" width=\"500\" height=\"250\"><br><img src=\"24hour.gif\" width=\"500\" height=\"39\"></p>"; |
| 71 | } | |
| 72 | else { | |
| 73 | echo "<p>The report could not be found.</p>"; | |
| # | Line 96 | Line 96 | function getdirArray($dir='./',$sort='asort') { | |
| 96 | ?> | |
| 97 | ||
| 98 | </body> | |
| 99 | < | </html> |
| 99 | > | </html> |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |