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

@ -28,7 +28,7 @@ class Authentication {
$this->mc = $mc;
// Load config
$this->config = Tools::loadConfig('authentication.xml');
$this->config = FileUtil::loadConfig('authentication.xml');
}
/**