mirror of
https://github.com/e107inc/e107.git
synced 2025-08-13 01:54:12 +02:00
Fix ETag format
This commit is contained in:
@@ -366,7 +366,7 @@ unset($tmp1, $tmp1);
|
||||
|
||||
$etag = md5($page);
|
||||
header("Cache-Control: must-revalidate");
|
||||
header("ETag: {$etag}");
|
||||
header("ETag: \"{$etag}\"");
|
||||
|
||||
$pref['compression_level'] = 6;
|
||||
if (strstr(varset($_SERVER["HTTP_ACCEPT_ENCODING"], ""), "gzip"))
|
||||
|
Reference in New Issue
Block a user