From b2064d5fc05829657cb366a56f7045f797c31eea Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Fri, 4 Jan 2013 09:43:25 +0100 Subject: Remove program/ dir from installer include path --- installer/index.php | 1 - 1 file changed, 1 deletion(-) (limited to 'installer') 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'); -- cgit v1.2.3