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