Do not need to make servers global in this context. They are by default.|

pull/3787/head
Isaac Connor 2023-11-15 20:33:57 -05:00
parent 40975184e0
commit d9ae4f8e04
1 changed files with 0 additions and 2 deletions

View File

@ -224,8 +224,6 @@ function loadConfig( $defineConsts=true ) {
} # end function loadConfig
require_once('Server.php');
#global $Servers;
#global $thisServer;
$Servers = ZM\Server::find([], ['order'=>'lower(Name)']);
$thisServer = null;