Changeset 30 in subversion
- Timestamp:
- Oct 14, 2005 3:31:46 AM (8 years ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/index.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/index.php
r23 r30 56 56 57 57 // increase maximum execution time for php scripts 58 set_time_limit('120'); 58 // (does not work in safe mode) 59 @set_time_limit('120'); 59 60 60 61 … … 77 78 $REMOTE_REQUEST = TRUE; 78 79 79 80 80 // start session with requested task 81 81 rcmail_startup($_task); 82 83 82 84 83 // set session related variables … … 98 97 load_gui(); 99 98 100 101 99 // error steps 102 100 if ($_action=='error' && !empty($_GET['_code'])) … … 130 128 131 129 // end session 132 else if ($_action=='logout' && $_SESSION['user_id'])130 else if ($_action=='logout' && isset($_SESSION['user_id'])) 133 131 { 134 132 show_message('loggedout');
Note: See TracChangeset
for help on using the changeset viewer.
