14 lines
255 B
PHP
Raw Normal View History

2017-03-11 02:51:06 +07:00
<?php
/**
2023-10-12 15:55:42 +07:00
* PHP Mikrotik Billing (https://github.com/hotspotbilling/phpnuxbill/)
* by https://t.me/ibnux
**/
2024-02-27 10:37:41 +07:00
if(Admin::getID()){
2025-01-31 16:22:58 +07:00
r2(getUrl('dashboard'));
2024-02-27 10:37:41 +07:00
}if(User::getID()){
2025-01-31 16:22:58 +07:00
r2(getUrl('home'));
2024-02-27 10:37:41 +07:00
}else{
2025-01-31 16:22:58 +07:00
r2(getUrl('login'));
2024-02-27 10:37:41 +07:00
}