2025.2.7
This commit is contained in:
parent
b6fadae2e5
commit
e0884c0a5a
@ -5,9 +5,13 @@
|
|||||||
**/
|
**/
|
||||||
|
|
||||||
if(Admin::getID()){
|
if(Admin::getID()){
|
||||||
r2(getUrl('dashboard'));
|
//r2(getUrl('dashboard'));
|
||||||
}if(User::getID()){
|
$handler = 'dashboard';
|
||||||
r2(getUrl('home'));
|
}else if(User::getID()){
|
||||||
|
//r2(getUrl('home'));
|
||||||
|
$handler = 'home';
|
||||||
}else{
|
}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",
|
"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",
|
"Back_to_Dashboard": "Back to Dashboard",
|
||||||
"Continue_the_VPN_creation_process_": "Continue the VPN creation process?",
|
"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