* [MOD] Line separators

This commit is contained in:
nuxsmin
2015-07-31 14:05:56 +02:00
committed by nuxsmin
parent b5f6894ee2
commit 5875faaa6f
10 changed files with 203 additions and 181 deletions

View File

@@ -522,7 +522,7 @@ class Init
*/
private static function goLogin()
{
$controller = new Controller\MainC();
$controller = new Controller\MainC(null,'login');
$controller->getLogin();
$controller->view();
exit;