mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-17 19:23:27 +02:00
[WIP] App rewrite
This commit is contained in:
@@ -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');
|
||||
|
Reference in New Issue
Block a user