From bc7b3a14ab6058380ef80a12ba0edfd19ceb6d95 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 21 Nov 2021 17:39:16 +0100 Subject: [PATCH] Update config.php --- conf/config.php | 172 ++++++------------------------------------------ 1 file changed, 21 insertions(+), 151 deletions(-) diff --git a/conf/config.php b/conf/config.php index e8527bc..9b728f3 100644 --- a/conf/config.php +++ b/conf/config.php @@ -1,16 +1,23 @@ System), syslog - logs to system log. - // Setting this to blank uses PHP logging (usually to http server - // error.log). - - define('CONFIG_VERSION', 26); - // Expected config version. Please update this option in config.php - // if necessary (after migrating all new options from this file). - - // vim:ft=php