Aleksander Machniak
2012-10-08 87ce65f2805868399f3d82d6ee426a06d107e442
Define RCMAIL_CHARSET to prevent PHP warnings (#1488744)
1 files modified
1 ■■■■ changed files
installer/index.php 1 ●●●● patch | view | raw | blame | history
installer/index.php
@@ -44,6 +44,7 @@
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;