mirror of
https://github.com/e107inc/e107.git
synced 2025-03-14 01:19:44 +01:00
leftover debug
This commit is contained in:
parent
5670e36937
commit
ea7434a019
@ -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")))
|
||||
|
Loading…
x
Reference in New Issue
Block a user