From a9ab5a181556e9ad6b17328b25fa643a99226a10 Mon Sep 17 00:00:00 2001 From: onefang Date: Sat, 4 Jan 2020 18:26:32 +1000 Subject: Make it the default to. --- conf/config.php | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/config.php b/conf/config.php index 23a3a90..da4caa5 100644 --- a/conf/config.php +++ b/conf/config.php @@ -6,6 +6,7 @@ $CONFIG['version'] = 5; # Do this here, so it can be overriden, usually in case part of the path is a script for wrapping PHP. $CONFIG['webdir'] = preg_replace('/\/[a-z\.]+$/', '', $_SERVER['SCRIPT_FILENAME']); $CONFIG['weburl'] = preg_replace('/(?<=\/)[a-z\.]+$/', '', $_SERVER['SCRIPT_NAME']); +$CONFIG['staticurl'] = '/apt-panopticon/apt-panopticon_cgp/'; # collectd's datadir $CONFIG['datadir'] = '../apt-panopticon/rrd'; -- cgit v1.1