mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-07-24 04:44:28 +02:00
url using getUrl
This commit is contained in:
parent
9bf80467a1
commit
1e43ac210a
37 changed files with 415 additions and 390 deletions
|
@ -10,7 +10,7 @@ header("Expires: Tue, 01 Jan 2000 00:00:00 GMT");
|
|||
header("Pragma: no-cache");
|
||||
|
||||
if (Admin::getID()) {
|
||||
r2(U . 'dashboard', "s", Lang::T("You are already logged in"));
|
||||
r2(getUrl('dashboard'), "s", Lang::T("You are already logged in"));
|
||||
}
|
||||
|
||||
if (isset($routes['1'])) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue