From 2c3d81dddd8d931385022a065515d6ef42d7fb7d Mon Sep 17 00:00:00 2001 From: alecpl Date: Tue, 21 Jul 2009 12:31:59 +0000 Subject: - use simple rcube_smtp class - Installer: fix SMTP settings test --- installer/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'installer/index.php') diff --git a/installer/index.php b/installer/index.php index 9f4c0a35e..d1c55e4ec 100644 --- a/installer/index.php +++ b/installer/index.php @@ -13,8 +13,8 @@ $include_path .= ini_get('include_path'); set_include_path($include_path); -require_once 'rcube_shared.inc'; require_once 'utils.php'; +require_once 'main.inc'; session_start(); -- cgit v1.2.3