2022-09-17 22:34:55 +07:00
|
|
|
<?php
|
2023-10-12 15:55:42 +07:00
|
|
|
/**
|
|
|
|
* PHP Mikrotik Billing (https://github.com/hotspotbilling/phpnuxbill/)
|
|
|
|
* by https://t.me/ibnux
|
|
|
|
**/
|
2022-09-17 22:34:55 +07:00
|
|
|
|
|
|
|
if(function_exists($routes[1])){
|
|
|
|
call_user_func($routes[1]);
|
|
|
|
}else{
|
2025-01-31 16:22:58 +07:00
|
|
|
r2(getUrl('dashboard'), 'e', 'Function not found');
|
2022-09-17 22:34:55 +07:00
|
|
|
}
|