Fix app instance + $logged and $account_logged globals+ $menus

This commit is contained in:
slawkens
2025-03-16 09:23:30 +01:00
parent 613b710d29
commit b047f73fe6
3 changed files with 8 additions and 10 deletions

View File

@@ -27,5 +27,4 @@
require_once 'common.php';
require_once SYSTEM . 'functions.php';
$app = new \MyAAC\App\App();
$app->run();
app()->run();