From a803b8dc6681eff2a74952bc5edaeb92d422c6c3 Mon Sep 17 00:00:00 2001 From: sparkyx Date: Sat, 14 Feb 2026 16:20:16 +0100 Subject: [PATCH] config LOCALE add comment --- include/lib/config_file.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/include/lib/config_file.php b/include/lib/config_file.php index 07fe9c4e9..dbc7bec13 100644 --- a/include/lib/config_file.php +++ b/include/lib/config_file.php @@ -165,7 +165,13 @@ function display_file_config($p_array, $from_setup = 1, $p_os = 1) echo PHP_EOL; print ('define ("NOALYSS_ADMIN_PASSWORD","' . $cpassword_admin . '");'); echo PHP_EOL; - + echo " + /* + * LOCALE 0 means no language change , on some PHP installation + * you cannot change the language + */ + "; + echo PHP_EOL; print ('define ("LOCALE",' . $clocale . ');'); echo PHP_EOL; echo "