summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2006-01-13 17:16:00 +0000
committerthomascube <thomas@roundcube.net>2006-01-13 17:16:00 +0000
commitd2006d73dc01b22eeee80ad31a9f45b90cd4b4e6 (patch)
treeabcf227461d0ec6738ea682a1fcdd90eb2160254 /index.php
parent3f9edb4c3ec29b5b807d99da479333b62a406686 (diff)
Cleaned charset support
Diffstat (limited to 'index.php')
-rw-r--r--index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.php b/index.php
index 2490628af..25e3b6fca 100644
--- a/index.php
+++ b/index.php
@@ -47,6 +47,7 @@ define('RCMAIL_VERSION', '0.1-20060104');
$INSTALL_PATH = dirname($_SERVER['SCRIPT_FILENAME']);
$OUTPUT_TYPE = 'html';
$JS_OBJECT_NAME = 'rcmail';
+$CHARSET = 'UTF-8';
if (empty($INSTALL_PATH))
$INSTALL_PATH = './';