From 5ecfb0414798f7e4e4ee3a02af644cf859e72574 Mon Sep 17 00:00:00 2001 From: mh Date: Sat, 2 Jan 2010 00:56:18 +0100 Subject: actually the default is already utf8 --- manifests/vhost/php/gallery2.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/vhost/php/gallery2.pp b/manifests/vhost/php/gallery2.pp index 0a9bd7b..21ad986 100644 --- a/manifests/vhost/php/gallery2.pp +++ b/manifests/vhost/php/gallery2.pp @@ -28,7 +28,7 @@ define apache::vhost::php::gallery2( $php_upload_tmp_dir = 'absent', $php_session_save_path = 'absent', $php_safe_mode_exec_bins = 'absent', - $php_default_charset = 'UTF-8', + $php_default_charset = 'absent', $do_includes = false, $options = 'absent', $additional_options = 'absent', -- cgit v1.2.3