mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-03-04 14:36:00 -05:00
Commentaire ETag
This commit is contained in:
@@ -31,7 +31,7 @@ if (file_exists ('install.php')) {
|
||||
@filemtime(LOG_PATH . '/application.log'),
|
||||
@filemtime(DATA_PATH . '/application.ini')
|
||||
);
|
||||
$_SERVER['QUERY_STRING'] .= '&utime=' . file_get_contents(DATA_PATH . '/touch.txt');
|
||||
$_SERVER['QUERY_STRING'] .= '&utime=' . file_get_contents(DATA_PATH . '/touch.txt'); //For ETag
|
||||
if (httpConditional($dateLastModification, 0, 0, false, false, true)) {
|
||||
exit(); //No need to send anything
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user