forked from kevinowino869/mitrobill
url using getUrl
This commit is contained in:
@ -7,5 +7,5 @@
|
||||
if(function_exists($routes[1])){
|
||||
call_user_func($routes[1]);
|
||||
}else{
|
||||
r2(U.'dashboard', 'e', 'Function not found');
|
||||
r2(getUrl('dashboard'), 'e', 'Function not found');
|
||||
}
|
Reference in New Issue
Block a user