mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-30 22:59:28 +02:00
url using getUrl
This commit is contained in:
parent
9bf80467a1
commit
1e43ac210a
37 changed files with 415 additions and 390 deletions
|
@ -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');
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue