diff options
Diffstat (limited to 'ext/imap/tests/imap_include.inc')
-rw-r--r-- | ext/imap/tests/imap_include.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/imap/tests/imap_include.inc b/ext/imap/tests/imap_include.inc index b33a10e5e8..110a449cd5 100644 --- a/ext/imap/tests/imap_include.inc +++ b/ext/imap/tests/imap_include.inc @@ -1,6 +1,6 @@ <?php // Change these to make tests run successfully -$server = '{localhost/norsh}'; +$server = '{127.0.0.1/norsh}'; $default_mailbox = $server . "INBOX"; $domain = "something.com"; $admin_user = "webmaster"; // a user with admin access |