From 9f636f7d0017dd37bb6fb143baa9bc92cc43db64 Mon Sep 17 00:00:00 2001 From: Benjamin Sonntag Date: Sun, 21 Dec 2008 04:06:02 +0000 Subject: [PATCH] fixed unnumbered bug : wrong charset for the desktop with apache2 --- debian/changelog | 4 +++- etc/alternc/templates/alternc/bureau.conf | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 9d5126e5..6a339ee9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,9 +3,11 @@ alternc (0.9.10) unstable; urgency=low * bugfixes: * #1163: fix sqlbackup script call routine to retain backwards compatibility + * fix usage of ISO8859-15 charset (that may NOT be defined in locales...) + and add it to the correct url (%%fqdn_lettre%%...) * major changes: * PHP sessions are now stored in /var/alternc/sessions - + -- Antoine Beaupré Mon, 20 Oct 2008 16:12:28 -0400 alternc (0.9.9) stable; urgency=low diff --git a/etc/alternc/templates/alternc/bureau.conf b/etc/alternc/templates/alternc/bureau.conf index 854ad2ac..633bb996 100644 --- a/etc/alternc/templates/alternc/bureau.conf +++ b/etc/alternc/templates/alternc/bureau.conf @@ -6,11 +6,12 @@ php_admin_flag safe_mode_gid off php_admin_flag safe_mode off php_admin_flag register_globals on - AddDefaultCharset ISO-8859-15 + AddDefaultCharset ISO-8859-1 php_admin_flag safe_mode_gid off php_admin_flag safe_mode off php_admin_flag register_globals on + AddDefaultCharset ISO-8859-1