Synchronize no-cache headers. This reverses revision 13940 because no-cahce headers...
[squirrelmail.git] / src / right_main.php
index ef2797da4c20444e47852c86ac43245e438485a8..94bd618ea01aa0babdaa388c8d21d6a964214d48 100644 (file)
@@ -17,11 +17,6 @@ define('PAGE_NAME', 'right_main');
 
 //xdebug_start_profiling("/var/spool/xdebug/right_main.txt");
 
-/* 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.
  */