- removed unnecessary files
- cleaned up database class - plugin and plugin handler class - improved player and player handler classes - other cleanup and improvements
This commit is contained in:
@ -28,7 +28,7 @@ class Authentication {
|
||||
$this->mc = $mc;
|
||||
|
||||
// Load config
|
||||
$this->config = Tools::loadConfig('authentication.ManiaControl.xml');
|
||||
$this->config = Tools::loadConfig('authentication.xml');
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user