X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=src%2Fmailto.php;h=1c6c5673e15367d58417bd66d6b6e09fa45760bd;hp=3981c5bd8db33f6df30dce010d223d9b34636a0c;hb=3047e291f2982efe9501ec790faafd3da843d22d;hpb=1977ab5587905d225c6288141b82f7a6e3d29d02 diff --git a/src/mailto.php b/src/mailto.php index 3981c5bd..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-2010 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',