From 0c5284c0ad9eb8109c324eb365cc9a34b3aa5819 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 27 May 2007 04:04:49 +0000 Subject: [PATCH] =?UTF-8?q?Ajout=20charset=20affich=E9=20sur=20page=20info?= =?UTF-8?q?=20systeme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/admin/system/index.php | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/htdocs/admin/system/index.php b/htdocs/admin/system/index.php index d1af2c1c900..ba0a2be7ed7 100644 --- a/htdocs/admin/system/index.php +++ b/htdocs/admin/system/index.php @@ -1,6 +1,6 @@ - * Copyright (C) 2004-2006 Laurent Destailleur + * Copyright (C) 2004-2007 Laurent Destailleur * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -94,7 +94,9 @@ print ''; print '
'; // conf.php file -$configfileparameters=array('dolibarr_main_url_root', +$configfileparameters=array( +// 'separator', + 'dolibarr_main_url_root', 'dolibarr_main_document_root', 'dolibarr_main_data_root', 'dolibarr_main_db_host', @@ -103,13 +105,17 @@ $configfileparameters=array('dolibarr_main_url_root', 'dolibarr_main_db_pass', 'dolibarr_main_db_type', 'separator', + 'character_set_client', + 'separator', 'dolibarr_main_authentication', 'separator', 'dolibarr_smarty_libs_dir', 'dolibarr_smarty_compile', 'dolibarr_smarty_cache' ); -$configfilelib=array($langs->trans("URLRoot"), +$configfilelib=array( +// 'separator', + $langs->trans("URLRoot"), $langs->trans("DocumentRootServer"), $langs->trans("DataRootServer"), $langs->trans("DatabaseServer"), @@ -118,6 +124,8 @@ $configfilelib=array($langs->trans("URLRoot"), $langs->trans("Password"), $langs->trans("DriverType"), 'separator', + $langs->trans("Charset"), + 'separator', $langs->trans("AuthenticationMode"), 'separator', $langs->trans("SmartyLibs"),