[WIP] App rewrite

This commit is contained in:
slawkens
2025-03-09 22:39:16 +01:00
parent c336569684
commit c357f392a0
12 changed files with 59 additions and 30 deletions

View File

@@ -14,7 +14,7 @@ use MyAAC\Models\PlayerDeath;
defined('MYAAC') or die('Direct access not allowed!');
$title = 'Characters';
$groups = new OTS_Groups_List();
$groups = app()->get('groups');
function generate_search_form($autofocus = false): string
{
$twig = app()->get('twig');