phpnuxbill/system/controllers/plugin.php

7 lines
130 B
PHP
Raw Normal View History

2022-09-17 23:34:55 +08:00
<?php
if(function_exists($routes[1])){
call_user_func($routes[1]);
}else{
r2(U.'dashboard', 'e', 'Function not found');
}