Happy New Year
[squirrelmail.git] / src / mailto.php
index 1e3bd5c0776f790b6d57c2b4551b47807e75b37f..0212af22250688c8231475f3a9861cb94a85b9ff 100644 (file)
@@ -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-2020 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',