stop()." секунд --> "; if($_DOCUMENT_DATE) { @header ("Last-Modified: " . date('r', $_DOCUMENT_DATE) ." GMT"); } if ($config['allow_gzip'] != "yes") {if ($debug) echo $s; ob_end_flush(); return;} $ENCODING = CheckCanGzip(); if ($ENCODING){ $s .= "\n\n"; $Contents = ob_get_contents(); ob_end_clean(); if ($debug){ $s .= ""; $Contents .= $s; } header("Content-Encoding: $ENCODING"); $Contents = gzencode($Contents, 1, FORCE_GZIP); echo $Contents; exit; }else{ ob_end_flush(); exit; } } ?>