From 336a577f2809c9760e7a1a15f10f523b2cf20c8d Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Tue, 01 Nov 2005 17:59:29 -0500
Subject: [PATCH] Added Server table

---
 interface/lib/config.inc.php |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/interface/lib/config.inc.php b/interface/lib/config.inc.php
index 91153a8..0fe510c 100644
--- a/interface/lib/config.inc.php
+++ b/interface/lib/config.inc.php
@@ -62,7 +62,8 @@
 	Themes
 */
 
-$conf["theme"] 			= 'default';
+$conf["theme"] 					= 'default';
+$conf["html_content_encoding"]	= 'text/html; charset=iso-8859-1';
 
 /*
 	Default Language

--
Gitblit v1.9.1