mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 21:57:51 +02:00
leftover debug
This commit is contained in:
@@ -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")))
|
||||
|
Reference in New Issue
Block a user