moved libs loading into start script

This commit is contained in:
Steffen Schröder 2014-08-15 18:02:12 +02:00
parent 05e70ef8e2
commit 748b35e8f2
2 changed files with 3 additions and 3 deletions

View File

@ -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()

View File

@ -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
*