forked from kevinowino869/mitrobill
add menu hook
This commit is contained in:
7
system/controllers/plugin.php
Normal file
7
system/controllers/plugin.php
Normal file
@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
if(function_exists($routes[1])){
|
||||
call_user_func($routes[1]);
|
||||
}else{
|
||||
r2(U.'dashboard', 'e', 'Function not found');
|
||||
}
|
Reference in New Issue
Block a user