From 2c3d81dddd8d931385022a065515d6ef42d7fb7d Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Tue, 21 Jul 2009 08:31:59 -0400
Subject: [PATCH] - use simple rcube_smtp class - Installer: fix SMTP settings test

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

diff --git a/installer/index.php b/installer/index.php
index 9f4c0a3..d1c55e4 100644
--- a/installer/index.php
+++ b/installer/index.php
@@ -13,8 +13,8 @@
 
 set_include_path($include_path);
 
-require_once 'rcube_shared.inc';
 require_once 'utils.php';
+require_once 'main.inc';
 
 session_start();
 

--
Gitblit v1.9.1