From a3b85d7b8560cdc1057fcaffa3acbd247b4b5b7a Mon Sep 17 00:00:00 2001
From: Thomas B. <thomas@roundcube.net>
Date: Mon, 07 Oct 2013 13:19:03 -0400
Subject: [PATCH] Merge pull request #133 from cwickert/release-0.9-canned-responses

---
 installer/index.php |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/installer/index.php b/installer/index.php
index 7a78736..0e80b1c 100644
--- a/installer/index.php
+++ b/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');
 

--
Gitblit v1.9.1