Added auth.php to put authentication functions in one place. Added a
authorgustavf <gustavf@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 29 Jun 2000 12:46:49 +0000 (12:46 +0000)
committergustavf <gustavf@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 29 Jun 2000 12:46:49 +0000 (12:46 +0000)
commit3c13b9fbe25c208d9618b7f2eb2262605ebf6b44
tree3654c2fd9d4674118028ffc7b3494298c591acfc
parent27e81758213e8b7c60ed55241fec8e9b3bc3c553
Added auth.php to put authentication functions in one place. Added a
function there to check if the user is logged in without having to
connect to the IMAP server. Using this function in compose.php as a
test.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@570 7612ce4b-ef26-0410-bec9-ea0150e637f0
functions/auth.php [new file with mode: 0644]
src/compose.php
src/webmail.php