Fixed multiple things

This commit is contained in:
2019-05-07 14:36:33 +02:00
parent 0b3694d14d
commit 308cd29e79
11 changed files with 30 additions and 35 deletions

View File

@ -22,8 +22,7 @@ class ExampleController extends Controller
{
if (Authentificator::getInstance()->isLoggedIn()) {
return "test is false!";
} else {
return "test is true";
}
return "test is true";
}
}