webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
Variables | |
$gotMaxAge =false | |
$gotNoCache =false | |
if(0==strcasecmp($_SERVER["HTTP_CACHE_CONTROL"], "max-age=0")) if((0==strcasecmp($_SERVER["HTTP_CACHE_CONTROL"], "no-cache"))||(0==strcasecmp($_SERVER["HTTP_PRAGMA"], "no-cache"))) if($gotNoCache) else if($gotMaxAge) | else |
$gotMaxAge =false |
$gotNoCache =false |
if (0==strcasecmp( $_SERVER["HTTP_CACHE_CONTROL"], "max-age=0")) if ((0==strcasecmp( $_SERVER["HTTP_CACHE_CONTROL"], "no-cache"))||(0==strcasecmp( $_SERVER["HTTP_PRAGMA"], "no-cache"))) if ( $gotNoCache) else if ( $gotMaxAge) else |