mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2024-11-14 12:17:18 +08:00
7 lines
130 B
PHP
7 lines
130 B
PHP
|
<?php
|
||
|
|
||
|
if(function_exists($routes[1])){
|
||
|
call_user_func($routes[1]);
|
||
|
}else{
|
||
|
r2(U.'dashboard', 'e', 'Function not found');
|
||
|
}
|