From fc2b22019749caa751720f124f01899dc8acc7ca Mon Sep 17 00:00:00 2001 From: Eric Date: Thu, 7 Jan 2021 15:56:08 +0100 Subject: [PATCH] =?UTF-8?q?N=C2=B02311=20-=20deprecate=20'cas=5Finclude=5F?= =?UTF-8?q?path'=20configuration=20parameter?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/config.class.inc.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/core/config.class.inc.php b/core/config.class.inc.php index b4b489992..d0890a5b5 100644 --- a/core/config.class.inc.php +++ b/core/config.class.inc.php @@ -615,12 +615,12 @@ class Config ], 'cas_include_path' => [ 'type' => 'string', - 'description' => 'The path where to find the phpCAS library', + 'description' => 'Deprecated', // examples... not used (nor 'description') - 'default' => '/usr/share/php', - 'value' => '/usr/share/php', + 'default' => '', + 'value' => '', 'source_of_value' => '', - 'show_in_conf_sample' => true, + 'show_in_conf_sample' => false, ], 'cas_version' => [ 'type' => 'string',