Do not need to make servers global in this context. They are by default.|
parent
40975184e0
commit
d9ae4f8e04
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue