X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Fmailto.php;h=5f094c314506061e29a2b5f64e2707e2199d690a;hb=e036ff694bff9ca8f7a3c1c6ce557c36c938e341;hp=59b7e211ead5d8cb96fac35b7a0edf8caefa35a8;hpb=f0d28f448867777aafe13b1106204765c229c17a;p=squirrelmail.git diff --git a/src/mailto.php b/src/mailto.php index 59b7e211..5f094c31 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-2007 The SquirrelMail Project Team + * @copyright 1999-2015 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',