phpnuxbill/system/controllers/plugin.php
2022-09-17 22:34:55 +07:00

7 lines
130 B
PHP

<?php
if(function_exists($routes[1])){
call_user_func($routes[1]);
}else{
r2(U.'dashboard', 'e', 'Function not found');
}