X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=src%2Fright_main.php;h=94bd618ea01aa0babdaa388c8d21d6a964214d48;hp=ef2797da4c20444e47852c86ac43245e438485a8;hb=03478654bdd231bcf73505f76b976f8ad519e77c;hpb=d887e067a0f745e8dc6eb327069d4189acd61a53 diff --git a/src/right_main.php b/src/right_main.php index ef2797da..94bd618e 100644 --- a/src/right_main.php +++ b/src/right_main.php @@ -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. */