summaryrefslogtreecommitdiff
path: root/installer
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2013-01-04 09:43:25 +0100
committerAleksander Machniak <alec@alec.pl>2013-01-04 09:43:25 +0100
commitb2064d5fc05829657cb366a56f7045f797c31eea (patch)
treed9887c4ef79276d493d270a2d023607452ae25ef /installer
parent45db37573885ac057b79b1fd6f53c45bb7485553 (diff)
Remove program/ dir from installer include path
Diffstat (limited to 'installer')
-rw-r--r--installer/index.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/installer/index.php b/installer/index.php
index 7a78736b8..0e80b1cd6 100644
--- a/installer/index.php
+++ b/installer/index.php
@@ -44,7 +44,6 @@ define('RCUBE_INSTALL_PATH', INSTALL_PATH);
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');