X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Fleft_main.php;h=fbe5c3c13be9115d3969e0d02a3ce5b1c58b9935;hb=52ead32b39c66cc83112a68d65d78b6f8c86cbc5;hp=24f32253c2e55dad2d73e1e58bb1e6450411f81f;hpb=99491db0312426e7aae1807057dca6d688369629;p=squirrelmail.git diff --git a/src/left_main.php b/src/left_main.php index 24f32253..fbe5c3c1 100644 --- a/src/left_main.php +++ b/src/left_main.php @@ -6,7 +6,7 @@ * This is the code for the left bar. The left bar shows the folders * available, and has cookie information. * - * @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 @@ -15,11 +15,6 @@ /** This is the left_main page */ define('PAGE_NAME', 'left_main'); -/* Disable browser caching */ -header('Cache-Control: no-cache, no-store, must-revalidate'); -header('Pragma: no-cache'); -header('Expires: ' . gmdate(DATE_RFC1123, time()-1)); - /** * Include the SquirrelMail initialization file. */