diff options
Diffstat (limited to 'net-mgmt/librenms/files/patch-config.php.default')
-rw-r--r-- | net-mgmt/librenms/files/patch-config.php.default | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/librenms/files/patch-config.php.default b/net-mgmt/librenms/files/patch-config.php.default index 7374e3e3fc3d..071888c80ee9 100644 --- a/net-mgmt/librenms/files/patch-config.php.default +++ b/net-mgmt/librenms/files/patch-config.php.default @@ -1,8 +1,8 @@ ---- config.php.default.orig 2020-03-02 04:03:32 UTC +--- config.php.default.orig 2020-04-28 03:52:42 UTC +++ config.php.default @@ -2,15 +2,20 @@ - ## Have a look in includes/defaults.inc.php for examples of settings you can set here. DO NOT EDIT defaults.inc.php! + ## Have a look in misc/config_definitions.json for examples of settings you can set here. DO NOT EDIT misc/config_definitions.json! +$config['installed_from_package'] = true; + |