diff options
author | alecpl <alec@alec.pl> | 2009-07-21 12:31:59 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2009-07-21 12:31:59 +0000 |
commit | 2c3d81dddd8d931385022a065515d6ef42d7fb7d (patch) | |
tree | 6593a8c50717d578bb67590b27dba819f1acf5a8 /installer/index.php | |
parent | a07ab6da091e8a476b04eec5f7e1807599cdd278 (diff) |
- use simple rcube_smtp class
- Installer: fix SMTP settings test
Diffstat (limited to 'installer/index.php')
-rw-r--r-- | installer/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |