PAGE_NAME, because that doesn't clutter the namespace as much.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12529
7612ce4b-ef26-0410-bec9-
ea0150e637f0
// signout page will deal with users who aren't logged
// in on its own; don't show error here
//
- if ( defined('PAGE_SIGNOUT') ) {
+ if ( defined('PAGE_NAME') && PAGE_NAME == 'signout' ) {
return;
}
*/
/** This is the signout page */
-define('PAGE_SIGNOUT', 1);
+define('PAGE_NAME', 'signout');
/**
* Include the SquirrelMail initialization file.