mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-02 01:05:13 +02:00
change 404 header footer and admin tpl
This commit is contained in:
parent
5a2e75017e
commit
0346a843ea
20 changed files with 1742 additions and 1738 deletions
|
@ -63,6 +63,6 @@ switch ($do) {
|
|||
run_hook('view_login'); #HOOK
|
||||
$csrf_token = Csrf::generateAndStoreToken();
|
||||
$ui->assign('csrf_token', $csrf_token);
|
||||
$ui->display('admin-login.tpl');
|
||||
$ui->display('admin/admin/login.tpl');
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue