diff options
Diffstat (limited to 'installer')
-rw-r--r-- | installer/index.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/installer/index.php b/installer/index.php index bb1b1ba48..4c94fea7d 100644 --- a/installer/index.php +++ b/installer/index.php @@ -44,6 +44,7 @@ ini_set('display_errors', 1); define('INSTALL_PATH', realpath(dirname(__FILE__) . '/../').'/'); define('RCMAIL_CONFIG_DIR', INSTALL_PATH . 'config'); +define('RCMAIL_CHARSET', 'UTF-8'); $include_path = INSTALL_PATH . 'program/lib' . PATH_SEPARATOR; $include_path .= INSTALL_PATH . 'program' . PATH_SEPARATOR; |