diff options
Diffstat (limited to '')
-rw-r--r-- | rrd.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ if ( $file = validateRRDPath($CONFIG['datadir'], $path) ) { | |||
21 | header('HTTP/1.0 403 Forbidden'); | 21 | header('HTTP/1.0 403 Forbidden'); |
22 | 22 | ||
23 | html_start(); | 23 | html_start(); |
24 | $html_weburl = htmlentities($CONFIG['weburl']); | 24 | $html_weburl = htmlentities($CONFIG['staticurl']); |
25 | echo <<<EOT | 25 | echo <<<EOT |
26 | <fieldset id="forbidden"> | 26 | <fieldset id="forbidden"> |
27 | <legend>forbidden</legend> | 27 | <legend>forbidden</legend> |