diff options
Diffstat (limited to '')
-rw-r--r-- | rrd.php | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -16,8 +16,10 @@ if ($file = validateRRDPath($CONFIG['datadir'], $_SERVER['PATH_INFO'])) { | |||
16 | 16 | ||
17 | html_start(); | 17 | html_start(); |
18 | echo <<<EOT | 18 | echo <<<EOT |
19 | <h2>Forbidden</h2> | 19 | <fieldset id="forbidden"> |
20 | <legend>forbidden</legend> | ||
20 | <p><a href="{$CONFIG['weburl']}">Return home...</a></p> | 21 | <p><a href="{$CONFIG['weburl']}">Return home...</a></p> |
22 | </fieldset> | ||
21 | 23 | ||
22 | EOT; | 24 | EOT; |
23 | html_end(); | 25 | html_end(); |