Zou Guangxian
2013-05-04 49311c55dd3a763306f70fbed44919f9c96ea186
program/lib/Roundcube/rcube_output.php
@@ -162,7 +162,7 @@
            header("Cache-Control: private, must-revalidate");
        }
        else {
            header("Cache-Control: private, no-cache, must-revalidate, post-check=0, pre-check=0");
            header("Cache-Control: private, no-cache, no-store, must-revalidate, post-check=0, pre-check=0");
            header("Pragma: no-cache");
        }
    }