1
0
mirror of https://github.com/e107inc/e107.git synced 2025-03-14 01:19:44 +01:00

leftover debug

This commit is contained in:
secretr 2010-10-04 19:19:00 +00:00
parent 5670e36937
commit ea7434a019

View File

@ -372,7 +372,7 @@ if (isset($_SERVER['HTTP_IF_NONE_MATCH']))
$data = "IF_NON_MATCH = ".$IF_NONE_MATCH;
$data .= "\nEtag = ".$etag;
file_put_contents(e_ADMIN."etag_log.txt",$data);
//file_put_contents(e_ADMIN."etag_log.txt",$data);
if($IF_NONE_MATCH == $etag || ($IF_NONE_MATCH == ($etag."-gzip")))