thomascube
2010-08-07 4859fedb92b2ac0b3e717133c2ee32fa449ed06b
program/include/iniset.php
@@ -45,7 +45,9 @@
    define('INSTALL_PATH', dirname($_SERVER['SCRIPT_FILENAME']).'/');
}
define('RCMAIL_CONFIG_DIR', INSTALL_PATH . 'config');
if (!defined('RCMAIL_CONFIG_DIR')) {
    define('RCMAIL_CONFIG_DIR', INSTALL_PATH . 'config');
}
// make sure path_separator is defined
if (!defined('PATH_SEPARATOR')) {