2025.2.7
This commit is contained in:
parent
b6fadae2e5
commit
e0884c0a5a
@ -5,9 +5,13 @@
|
||||
**/
|
||||
|
||||
if(Admin::getID()){
|
||||
r2(getUrl('dashboard'));
|
||||
}if(User::getID()){
|
||||
r2(getUrl('home'));
|
||||
//r2(getUrl('dashboard'));
|
||||
$handler = 'dashboard';
|
||||
}else if(User::getID()){
|
||||
//r2(getUrl('home'));
|
||||
$handler = 'home';
|
||||
}else{
|
||||
r2(getUrl('login'));
|
||||
//r2(getUrl('login'));
|
||||
$handler = 'login';
|
||||
}
|
||||
include($root_path . File::pathFixer('system/controllers/' . $handler . '.php'));
|
@ -1026,5 +1026,6 @@
|
||||
"Oops__The_page_you_are_looking_for_was_not_found": "Oops! The page you are looking for was not found",
|
||||
"Back_to_Dashboard": "Back to Dashboard",
|
||||
"Continue_the_VPN_creation_process_": "Continue the VPN creation process?",
|
||||
"VPN": "VPN"
|
||||
"VPN": "VPN",
|
||||
"Go_Back": "Go Back"
|
||||
}
|
@ -1,3 +1,3 @@
|
||||
{
|
||||
"version": "2025.2.5"
|
||||
"version": "2025.2.7"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user