diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-07-21 12:31:59 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-07-21 12:31:59 +0000 |
| commit | 05a854a8283e648cd119fd6c588b49583e19d83e (patch) | |
| tree | eb6c0d15696fc284df200b706cfe4a071ddb1a72 /roundcubemail/installer/index.php | |
| parent | 59a52c5bb93beef2cc1191da032620ee53be6da3 (diff) | |
- use simple rcube_smtp class
- Installer: fix SMTP settings test
git-svn-id: https://svn.roundcube.net/trunk@2776 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/installer/index.php')
| -rw-r--r-- | roundcubemail/installer/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/installer/index.php b/roundcubemail/installer/index.php index 9f4c0a35e..d1c55e4ec 100644 --- a/roundcubemail/installer/index.php +++ b/roundcubemail/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(); |
