summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2012-10-08 12:52:38 +0200
committerAleksander Machniak <alec@alec.pl>2012-10-08 12:52:38 +0200
commit87ce65f2805868399f3d82d6ee426a06d107e442 (patch)
treed868208e5e7800079cb29db9935f2d3d8f65083a
parenta38504a619ae4f9711fe5ab36095a11a3922120c (diff)
Define RCMAIL_CHARSET to prevent PHP warnings (#1488744)
-rw-r--r--installer/index.php1
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;