Changeset 1208 in subversion
- Timestamp:
- Mar 22, 2008 9:29:49 AM (5 years ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/index.php
r1206 r1208 161 161 } 162 162 else if ($_SESSION['temp'] && !empty($_POST['_user']) && isset($_POST['_pass']) && 163 rcmail_login( get_input_value('_user', RCUBE_INPUT_POST),163 rcmail_login(trim(get_input_value('_user', RCUBE_INPUT_POST), ' '), 164 164 get_input_value('_pass', RCUBE_INPUT_POST, true, 'ISO-8859-1'), $host)) 165 165 {
Note: See TracChangeset
for help on using the changeset viewer.
