From bbf00ae8ba12d85d62be465b5c45360e01883379 Mon Sep 17 00:00:00 2001 From: camer0n Date: Mon, 5 Feb 2024 13:51:08 -0800 Subject: [PATCH] Fixes #3081 - Removed Multi-Site option. --- e107_admin/db.php | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/e107_admin/db.php b/e107_admin/db.php index cf59adf27..fa25df0ab 100644 --- a/e107_admin/db.php +++ b/e107_admin/db.php @@ -183,7 +183,7 @@ class system_tools if(deftrue('e_DEVELOPER')) { - $this->_options['multisite'] = array('diz'=>"".DBLAN_114."", 'label'=> 'Multi-Site' , 'icon'=>'fas-clone.glyph'); + // $this->_options['multisite'] = array('diz'=>"".DBLAN_114."", 'label'=> 'Multi-Site' , 'icon'=>'fas-clone.glyph'); $this->_options['github'] = array('diz'=>"".DBLAN_114." ".DBLAN_115."", 'label'=> DBLAN_112, 'icon'=>'fab-github.glyph' ); } @@ -576,12 +576,16 @@ class system_tools return true; } - - + + + /** + * @deprecated + * @return false + */ private function multiSite() { - if(!deftrue('e_DEVELOPER')) + // if(!deftrue('e_DEVELOPER')) { return false; }