From 728c18694316b96599cddc803064ded23fdbb2e1 Mon Sep 17 00:00:00 2001 From: Thomas Bruederli Date: Fri, 24 Aug 2018 21:24:18 +0200 Subject: [PATCH] Deprecate debug_level config option --- program/include/rcmail_install.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/program/include/rcmail_install.php b/program/include/rcmail_install.php index df08db944..4352dac0d 100644 --- a/program/include/rcmail_install.php +++ b/program/include/rcmail_install.php @@ -5,7 +5,7 @@ | rcmail_install.php | | | | This file is part of the Roundcube Webmail package | - | Copyright (C) 2008-2016, The Roundcube Dev Team | + | Copyright (C) 2008-2018, The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -33,7 +33,7 @@ class rcmail_install public $bool_config_props = array(); public $local_config = array('db_dsnw', 'default_host', 'support_url', 'des_key', 'plugins'); - public $obsolete_config = array('db_backend', 'db_max_length', 'double_auth', 'preview_pane'); + public $obsolete_config = array('db_backend', 'db_max_length', 'double_auth', 'preview_pane', 'debug_level'); public $replaced_config = array( 'skin_path' => 'skin', 'locale_string' => 'language',