summaryrefslogtreecommitdiff
path: root/templates/vhosts/php_mediawiki
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-05-23 01:26:00 +0200
committermh <mh@immerda.ch>2009-05-23 01:26:00 +0200
commit47281e112cfb86974027f06c4eadfb331522daac (patch)
tree0e09a9dff0133d742f38b4da7b3b1a7301d8c00e /templates/vhosts/php_mediawiki
parentaeb00010b88251661dcf4911d1a1f5a8dc99b522 (diff)
added default charset
Diffstat (limited to 'templates/vhosts/php_mediawiki')
-rw-r--r--templates/vhosts/php_mediawiki/CentOS.erb3
1 files changed, 0 insertions, 3 deletions
diff --git a/templates/vhosts/php_mediawiki/CentOS.erb b/templates/vhosts/php_mediawiki/CentOS.erb
index 1ccc6dc..e1dcc7e 100644
--- a/templates/vhosts/php_mediawiki/CentOS.erb
+++ b/templates/vhosts/php_mediawiki/CentOS.erb
@@ -85,9 +85,6 @@
AssignUserId <%= run_uid+" "+run_gid %>
</IfModule>
<%- end -%>
- <%- if default_charset.to_s != 'absent' then -%>
- AddDefaultCharset <%= default_charset %>
- <%- end -%>
<Directory "<%= documentroot %>/">
AllowOverride <%= allow_override %>
<%- if options.to_s != 'absent' or do_includes.to_s == 'true' then -%>