Changeset 5690 in subversion
- Timestamp:
- Jan 3, 2012 4:56:19 AM (17 months ago)
- Location:
- trunk/roundcubemail
- Files:
-
- 2 edited
-
index.php (modified) (1 diff)
-
program/include/rcmail.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/index.php
r5563 r5690 98 98 } 99 99 else if ($auth['valid'] && !$auth['abort'] && 100 !empty($auth['host']) && !empty($auth['user']) && 101 $RCMAIL->login($auth['user'], $auth['pass'], $auth['host']) 100 $RCMAIL->login($auth['user'], $auth['pass'], $auth['host']) 102 101 ) { 103 102 // create new session ID, don't destroy the current session -
trunk/roundcubemail/program/include/rcmail.php
r5662 r5690 751 751 * @param string IMAP password 752 752 * @param string IMAP host 753 * 753 754 * @return boolean True on success, False on failure 754 755 */ 755 756 function login($username, $pass, $host=NULL) 756 757 { 757 $user = NULL; 758 if (empty($username)) { 759 return false; 760 } 761 758 762 $config = $this->config->all(); 759 763
Note: See TracChangeset
for help on using the changeset viewer.
