From 31ba7c5981bf137fa1ddec5cb78e3938944da347 Mon Sep 17 00:00:00 2001 From: onefang Date: Sat, 4 Jan 2020 18:23:59 +1000 Subject: Fix up static URLs that got broken going through php.cgi. --- rrd.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rrd.php') 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) ) { header('HTTP/1.0 403 Forbidden'); html_start(); - $html_weburl = htmlentities($CONFIG['weburl']); + $html_weburl = htmlentities($CONFIG['staticurl']); echo << forbidden -- cgit v1.1