diff options
author | onefang | 2020-01-04 18:23:59 +1000 |
---|---|---|
committer | onefang | 2020-01-04 18:23:59 +1000 |
commit | 31ba7c5981bf137fa1ddec5cb78e3938944da347 (patch) | |
tree | 872e870d02c28437a8006934d021964e874a9189 /rrd.php | |
parent | Work with CGI PHP. (diff) | |
download | apt-panopticon_cgp-31ba7c5981bf137fa1ddec5cb78e3938944da347.zip apt-panopticon_cgp-31ba7c5981bf137fa1ddec5cb78e3938944da347.tar.gz apt-panopticon_cgp-31ba7c5981bf137fa1ddec5cb78e3938944da347.tar.bz2 apt-panopticon_cgp-31ba7c5981bf137fa1ddec5cb78e3938944da347.tar.xz |
Fix up static URLs that got broken going through php.cgi.
Diffstat (limited to 'rrd.php')
-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> |