X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Fmailto.php;h=1c6c5673e15367d58417bd66d6b6e09fa45760bd;hb=97c20b2f587c8569167eaaef5179cf16f58d892f;hp=1e3bd5c0776f790b6d57c2b4551b47807e75b37f;hpb=d4e46166df04792c6b939356ea5dfda8e47bba7b;p=squirrelmail.git diff --git a/src/mailto.php b/src/mailto.php index 1e3bd5c0..1c6c5673 100644 --- a/src/mailto.php +++ b/src/mailto.php @@ -27,7 +27,7 @@ * see ../contrib/squirrelmail.mailto.NT2KXP.reg for a Windows Registry file * that will set this up in the most robust manner. * - * @copyright © 1999-2009 The SquirrelMail Project Team + * @copyright 1999-2012 The SquirrelMail Project Team * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @version $Id$ * @package squirrelmail @@ -64,7 +64,11 @@ $force_login = FALSE; $compose_only = FALSE; +// Disable browser caching +// +header('Cache-Control: no-cache, no-store, must-revalidate, max-age=0'); header('Pragma: no-cache'); +header('Expires: Sat, 1 Jan 2000 00:00:00 GMT'); $trtable = array('cc' => 'cc', 'bcc' => 'bcc',