Changeset 689 in subversion for branches/devel-vnext/index.php
- Timestamp:
- Aug 15, 2007 6:32:51 PM (6 years ago)
- File:
-
- 1 edited
-
branches/devel-vnext/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/devel-vnext/index.php
r664 r689 230 230 // end session 231 231 else if (($_task=='logout' || $_action=='logout') && isset($_SESSION['user_id'])) { 232 $CONFIG = $registry->get('CONFIG', 'core'); 233 if (isset($CONFIG['external_logout']) && empty($CONFIG['external_logout']) === false) { 234 rc_main::rcmail_kill_session(); 235 header('Location:' . $CONFIG['external_logout']); 236 exit; 237 } 232 238 $OUTPUT->show_message('loggedout'); 233 239 rc_main::rcmail_kill_session();
Note: See TracChangeset
for help on using the changeset viewer.
