From a2237390e0c1dc89801e9bc538fadc038fc3865f Mon Sep 17 00:00:00 2001 From: iBNu Maksum Date: Thu, 6 Feb 2025 11:31:52 +0700 Subject: [PATCH] fix redirect to install --- init.php | 2 +- system/lan/english.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/init.php b/init.php index c5847536..d330cdeb 100644 --- a/init.php +++ b/init.php @@ -42,7 +42,7 @@ spl_autoload_register('_autoloader'); if (!file_exists($root_path . 'config.php')) { $root_path .= '..' . DIRECTORY_SEPARATOR; if (!file_exists($root_path . 'config.php')) { - r2(getUrl('install')); + r2('./install'); } } diff --git a/system/lan/english.json b/system/lan/english.json index e0dd4709..71191695 100644 --- a/system/lan/english.json +++ b/system/lan/english.json @@ -1025,5 +1025,6 @@ "Continue_the_Customer_Data_change_process_": "Continue the Customer Data change process?", "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?" + "Continue_the_VPN_creation_process_": "Continue the VPN creation process?", + "VPN": "VPN" } \ No newline at end of file