summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2010-01-02 00:56:18 +0100
committermh <mh@immerda.ch>2010-01-02 00:56:18 +0100
commit5ecfb0414798f7e4e4ee3a02af644cf859e72574 (patch)
treefb4a739345ed7fc6087d89ad0410922f926b9d64
parent6871f1324f55c8b1bd3ca06aae0802fd1dffde50 (diff)
actually the default is already utf8
-rw-r--r--manifests/vhost/php/gallery2.pp2
1 files changed, 1 insertions, 1 deletions
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',