Aleksander Machniak
2013-01-04 b2064d5fc05829657cb366a56f7045f797c31eea
Remove program/ dir from installer include path
1 files modified
1 ■■■■ changed files
installer/index.php 1 ●●●● patch | view | raw | blame | history
installer/index.php
@@ -44,7 +44,6 @@
define('RCUBE_CONFIG_DIR', INSTALL_PATH . 'config/');
$include_path  = INSTALL_PATH . 'program/lib' . PATH_SEPARATOR;
$include_path .= INSTALL_PATH . 'program' . PATH_SEPARATOR;
$include_path .= INSTALL_PATH . 'program/include' . PATH_SEPARATOR;
$include_path .= ini_get('include_path');