diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/vhost/php/gallery2.pp | 2 |
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', |