aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/rrd.php
diff options
context:
space:
mode:
authoronefang2020-01-04 18:23:59 +1000
committeronefang2020-01-04 18:23:59 +1000
commit31ba7c5981bf137fa1ddec5cb78e3938944da347 (patch)
tree872e870d02c28437a8006934d021964e874a9189 /rrd.php
parentWork with CGI PHP. (diff)
downloadapt-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.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>