phpnuxbill/system/controllers/plugin.php

11 lines
238 B
PHP
Raw Normal View History

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