mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-28 05:54:42 +02:00
fix redirect to install
This commit is contained in:
parent
b3169a2060
commit
a2237390e0
2 changed files with 3 additions and 2 deletions
2
init.php
2
init.php
|
@ -42,7 +42,7 @@ spl_autoload_register('_autoloader');
|
||||||
if (!file_exists($root_path . 'config.php')) {
|
if (!file_exists($root_path . 'config.php')) {
|
||||||
$root_path .= '..' . DIRECTORY_SEPARATOR;
|
$root_path .= '..' . DIRECTORY_SEPARATOR;
|
||||||
if (!file_exists($root_path . 'config.php')) {
|
if (!file_exists($root_path . 'config.php')) {
|
||||||
r2(getUrl('install'));
|
r2('./install');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1025,5 +1025,6 @@
|
||||||
"Continue_the_Customer_Data_change_process_": "Continue the Customer Data change process?",
|
"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",
|
"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"
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue