moved libs loading into start script
This commit is contained in:
parent
05e70ef8e2
commit
748b35e8f2
@ -29,6 +29,9 @@ require_once MANIACONTROL_PATH . 'core' . DIRECTORY_SEPARATOR . 'AutoLoader.php'
|
||||
// Setup Logger
|
||||
\ManiaControl\Logger::setup();
|
||||
|
||||
// Load libs
|
||||
require_once MANIACONTROL_PATH . '/libs/curl-easy/autoload.php';
|
||||
|
||||
/**
|
||||
* @deprecated
|
||||
* @see \ManiaControl\Logger::log()
|
||||
|
@ -31,9 +31,6 @@ use Maniaplanet\DedicatedServer\Connection;
|
||||
use Maniaplanet\DedicatedServer\Xmlrpc\AuthenticationException;
|
||||
use Maniaplanet\DedicatedServer\Xmlrpc\TransportException;
|
||||
|
||||
require_once MANIACONTROL_PATH . '/libs/Symfony/autoload.php';
|
||||
require_once MANIACONTROL_PATH . '/libs/curl-easy/autoload.php';
|
||||
|
||||
/**
|
||||
* ManiaControl Server Controller for ManiaPlanet Server
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user