Diff of /mambo/branches/4.6/index.php
Parent Directory
|
Revision Log
|
Patch
| revision 487, Sat Apr 22 08:49:01 2006 UTC | revision 488, Sat Apr 22 20:46:52 2006 UTC | |
|---|---|---|
| # | Line 2561 | Line 2561 |
| 2561 | // restore some session variables | // restore some session variables |
| 2562 | $my = new mosUser(); | $my = new mosUser(); |
| 2563 | $my->getSession(); | $my->getSession(); |
| 2564 | if (mosSession::validate($my)) mosSession::purge(); | if (mosSession::validate($my)) { |
| 2565 | else $my = null; | mosSession::purge(); |
| 2566 | } else { | |
| 2567 | mosSession::purge(); | |
| 2568 | $my = null; | |
| 2569 | } | |
| 2570 | if (!$my AND $option == 'login') { | if (!$my AND $option == 'login') { |
| 2571 | require_once($configuration->rootPath().'/includes/authenticator.php'); | require_once($configuration->rootPath().'/includes/authenticator.php'); |
| 2572 | $authenticator =& mamboAuthenticator::getInstance(); | $authenticator =& mamboAuthenticator::getInstance(); |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |
Web Hosting provided by Network Redux.

