Verify Reply To still has its uses
[squirrelmail.git] / src / left_main.php
index 24f32253c2e55dad2d73e1e58bb1e6450411f81f..f16e5123f7a88bcdf219f0b700a5b90a2e53a8cf 100644 (file)
@@ -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-2011 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
 /** 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.
  */