diff --git a/module/install/lang/de.php b/module/install/lang/de.php index ac375fa988..d6d35450bc 100644 --- a/module/install/lang/de.php +++ b/module/install/lang/de.php @@ -154,7 +154,7 @@ $lang->install->saved2File = 'Die Konfigurationsdatei wurde gespeichert $lang->install->errorNotSaveConfig = 'Die Konfigurationsdatei wurde nicht gespeichert.'; global $app; -$lang->install->CSRFNotice = "CSRF defense has been enabled in the system. If you don't need it, contact the administrator to disable it manually in the {$app->moduleRoot}config/config.php file."; +$lang->install->CSRFNotice = "CSRF defense has been enabled in the system. If you don't need it, contact the administrator to disable it manually in the {$app->basePath}config/config.php file."; $lang->install->getPriv = 'Als Admin setzen'; $lang->install->company = 'Firmenname'; diff --git a/module/install/lang/en.php b/module/install/lang/en.php index ae67f6612d..b29a9b7c49 100644 --- a/module/install/lang/en.php +++ b/module/install/lang/en.php @@ -154,7 +154,7 @@ $lang->install->saved2File = 'The configuration file has been saved to " $lang->install->errorNotSaveConfig = 'The configuration file is not saved.'; global $app; -$lang->install->CSRFNotice = "CSRF defense has been enabled in the system. If you don't need it, contact the administrator to disable it manually in the {$app->moduleRoot}config/config.php file."; +$lang->install->CSRFNotice = "CSRF defense has been enabled in the system. If you don't need it, contact the administrator to disable it manually in the {$app->basePath}config/config.php file."; $lang->install->getPriv = 'Set Admin'; $lang->install->company = 'Company Name'; diff --git a/module/install/lang/fr.php b/module/install/lang/fr.php index ffa59af709..02547f7a3b 100644 --- a/module/install/lang/fr.php +++ b/module/install/lang/fr.php @@ -154,7 +154,7 @@ $lang->install->saved2File = 'Le fichier de configuration a été enregi $lang->install->errorNotSaveConfig = "Le fichier de configuration n'est pas enregistré."; global $app; -$lang->install->CSRFNotice = "CSRF defense has been enabled in the system. If you don't need it, contact the administrator to disable it manually in the {$app->moduleRoot}config/config.php file."; +$lang->install->CSRFNotice = "CSRF defense has been enabled in the system. If you don't need it, contact the administrator to disable it manually in the {$app->basePath}config/config.php file."; $lang->install->getPriv = 'Paramétrage Admin'; $lang->install->company = 'Nom Entreprise'; diff --git a/module/install/lang/zh-cn.php b/module/install/lang/zh-cn.php index 14dd84cb04..2d88ec7133 100644 --- a/module/install/lang/zh-cn.php +++ b/module/install/lang/zh-cn.php @@ -154,7 +154,7 @@ $lang->install->saved2File = '配置信息已经成功保存到" install->errorNotSaveConfig = '还没有保存配置文件'; global $app; -$lang->install->CSRFNotice = "系统已开启了CSRF的防御,如需关闭,请联系管理员到{$app->moduleRoot}config/config.php文件中手动关闭。"; +$lang->install->CSRFNotice = "系统已开启了CSRF的防御,如需关闭,请联系管理员到{$app->basePath}config/config.php文件中手动关闭。"; $lang->install->getPriv = '设置帐号'; $lang->install->company = '公司名称';