mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-30 06:39:46 +02:00
redirect after login
This commit is contained in:
parent
1ec8049068
commit
b938db9e5d
3 changed files with 15 additions and 2 deletions
|
@ -5,6 +5,10 @@
|
|||
* by https://t.me/ibnux
|
||||
**/
|
||||
|
||||
if(Admin::getID()){
|
||||
r2(U.'dashboard');
|
||||
}
|
||||
|
||||
if (isset($routes['1'])) {
|
||||
$do = $routes['1'];
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue