1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-01 20:30:39 +02:00

Added 'Vary' header.

This commit is contained in:
Cameron
2014-05-24 15:55:29 -07:00
parent 5e68531891
commit 8032108328

View File

@@ -391,6 +391,7 @@ else
}
header("X-Powered-By: e107", true); // no less secure than e107-specific html.
header('Vary: Accept');
// should come after the Etag header
if ($canCache && isset($_SERVER['HTTP_IF_NONE_MATCH']))