Roll back signout.php changes and move the fix to auth.php, since checking $_SESSION...
authorpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 18 Mar 2005 04:18:32 +0000 (04:18 +0000)
committerpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 18 Mar 2005 04:18:32 +0000 (04:18 +0000)
commit46b0c6f4b8efc9715c04bda99c108350885b67fe
treeabf40d096493cd9e3b1c1ef0dfe22b6b0c9bb7c5
parent25c07154ddcbc667205ce0d00ff051cb9df4d668
Roll back signout.php changes and move the fix to auth.php, since checking $_SESSION at the top of signout.php *before* the session was even started meant that the user was always considered to be logged out, even before they really were.  This broke most all of the plugins that hooked into signout.php

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9055 7612ce4b-ef26-0410-bec9-ea0150e637f0
functions/auth.php
src/signout.php