From f9579aa2a51e3b1507fe4dbcca976483c99ef66b Mon Sep 17 00:00:00 2001 From: titoko Date: Sun, 24 Nov 2013 20:03:36 +0100 Subject: [PATCH] Update config.php vim failed stuff --- conf/config.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/conf/config.php b/conf/config.php index cbb9597..81e2cd5 100644 --- a/conf/config.php +++ b/conf/config.php @@ -202,11 +202,11 @@ define('PLUGINS', 'auth_internal, note, updater'); define('LOG_DESTINATION', 'sql'); // Log destination to use. Possible values: sql (uses internal logging -w// you can read in Preferences -> System), syslog - logs to system log. - // Setting this to blank uses PHP logging (usually to http server - // error.log). +// you can read in Preferences -> System), syslog - logs to system log. +// Setting this to blank uses PHP logging (usually to http server +// error.log). - define('CONFIG_VERSION', 26); +define('CONFIG_VERSION', 26); // Expected config version. Please update this option in config.php // if necessary (after migrating all new options from this file).