Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.6.4

Doc Bug #14259 Logout functionality example changes
Submitted: 2008-06-29 10:10 UTC
From: superstition Assigned: cweiske
Status: Closed Package: Auth (version 1.6.1)
PHP Version: 5.2.6 OS: Linux
Roadmaps: 1.6.2    
Subscription  


 [2008-06-29 10:10 UTC] superstition (Karsten Vieth)
Description: ------------ You could change the logout section to: <?php $a->start(); if (isset($_GET['action']) && $_GET['action'] == "logout" && $a->checkAuth()) { $a->logout(); $a->start(); } ?>

Comments

 [2008-11-17 20:52 UTC] cweiske (Christian Weiske)
This bug has been fixed in CVS. If this was a documentation problem, the fix will appear on pear.php.net by the end of next Sunday (CET). If this was a problem with the pear.php.net website, the change should be live shortly. Otherwise, the fix will appear in the package's next release. Thank you for the report and for helping us make PEAR better. I added this example to the manual.