mirror of
https://github.com/slawkens/myaac.git
synced 2025-05-05 05:39:20 +02:00
Update index.php
This commit is contained in:
parent
6845869838
commit
d6ac4e8d85
@ -168,6 +168,7 @@ if ($logged && admin()) {
|
|||||||
'username' => USE_ACCOUNT_NAME ? $account_logged->getName() : $account_logged->getId()
|
'username' => USE_ACCOUNT_NAME ? $account_logged->getName() : $account_logged->getId()
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
||||||
$title_full = (isset($title) ? $title . ' - ' : '') . $config['lua']['serverName'];
|
$title_full = (isset($title) ? $title . ' - ' : '') . $config['lua']['serverName'];
|
||||||
require $template_path . '/' . $template_index;
|
require $template_path . '/' . $template_index;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user