add menu hook

This commit is contained in:
Ibnu Maksum
2022-09-17 22:34:55 +07:00
parent 1c63cd674c
commit 742e0df1f2
8 changed files with 180 additions and 139 deletions

View File

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