mirror of
https://github.com/Aviortheking/DeltaCMS.git
synced 2025-07-29 13:19:49 +00:00
Fixed multiple things
This commit is contained in:
@ -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";
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user