aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/rrd.php
diff options
context:
space:
mode:
Diffstat (limited to 'rrd.php')
-rw-r--r--rrd.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/rrd.php b/rrd.php
index d4f29ee..e068c5d 100644
--- a/rrd.php
+++ b/rrd.php
@@ -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>