split up tools class in FileUtil and ManialinkUtil

This commit is contained in:
Steffen Schröder
2013-11-10 13:58:08 +01:00
parent 5c8160bec0
commit 31a32457c1
9 changed files with 123 additions and 161 deletions

View File

@ -31,7 +31,7 @@ class Server {
$this->mc = $mc;
// Load config
$this->config = Tools::loadConfig('server.xml');
$this->config = FileUtil::loadConfig('server.xml');
// Register for callbacks
$this->mc->callbacks->registerCallbackHandler(Callbacks::CB_MC_1_SECOND, $this, 'eachSecond');