nestict 91f3fbad90 Upload files to "system/controllers"
Signed-off-by: nestict <icttechnest@gmail.com>
2025-05-24 11:19:52 +02:00

14 lines
237 B
PHP

<?php
/**
* PHP Mikrotik Billing (https://github.com/hotspotbilling/phpnuxbill/)
* by https://t.me/ibnux
**/
if(Admin::getID()){
r2(U.'dashboard');
}if(User::getID()){
r2(U.'home');
}else{
r2(U.'login');
}