diff --git a/core.php b/core.php index 8b713cea8f..32fb66f595 100644 --- a/core.php +++ b/core.php @@ -159,9 +159,9 @@ function microtime_float() { if ( isset( $g_allow_browser_cache ) && ON == $g_allow_browser_cache ) { switch ( $t_browser_name ) { - case 'IE': - header( 'Cache-Control: private, proxy-revalidate' ); - break; + #case 'IE': + # header( 'Cache-Control: private, proxy-revalidate' ); + # break; default: header( 'Cache-Control: private, must-revalidate' ); break;