mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-06-25 11:08:34 +02:00
11 lines
No EOL
244 B
PHP
11 lines
No EOL
244 B
PHP
<?php
|
|
/**
|
|
* PHP Mikrotik Billing (https://github.com/hotspotbilling/phpnuxbill/)
|
|
* by https://t.me/ibnux
|
|
**/
|
|
|
|
if(function_exists($routes[1])){
|
|
call_user_func($routes[1]);
|
|
}else{
|
|
r2(getUrl('dashboard'), 'e', 'Function not found');
|
|
} |