1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-26 01:11:28 +02:00

Fixes #3081 - Removed Multi-Site option.

This commit is contained in:
camer0n
2024-02-05 13:51:08 -08:00
parent fa62e89a5f
commit bbf00ae8ba

View File

@@ -183,7 +183,7 @@ class system_tools
if(deftrue('e_DEVELOPER')) if(deftrue('e_DEVELOPER'))
{ {
$this->_options['multisite'] = array('diz'=>"<span class='label label-warning'>".DBLAN_114."</span>", 'label'=> 'Multi-Site' , 'icon'=>'fas-clone.glyph'); // $this->_options['multisite'] = array('diz'=>"<span class='label label-warning'>".DBLAN_114."</span>", 'label'=> 'Multi-Site' , 'icon'=>'fas-clone.glyph');
$this->_options['github'] = array('diz'=>"<span class='label label-warning'>".DBLAN_114."</span> ".DBLAN_115."", 'label'=> DBLAN_112, 'icon'=>'fab-github.glyph' ); $this->_options['github'] = array('diz'=>"<span class='label label-warning'>".DBLAN_114."</span> ".DBLAN_115."", 'label'=> DBLAN_112, 'icon'=>'fab-github.glyph' );
} }
@@ -576,12 +576,16 @@ class system_tools
return true; return true;
} }
/**
* @deprecated
* @return false
*/
private function multiSite() private function multiSite()
{ {
if(!deftrue('e_DEVELOPER')) // if(!deftrue('e_DEVELOPER'))
{ {
return false; return false;
} }