mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-04-04 22:53:27 -04:00
PHP : suppression autres alertes
Voir https://github.com/marienfressinaud/FreshRSS/issues/310
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
... //Rest of the script, just as you would do normally.
|
||||
?>
|
||||
|
||||
Version 1.7 beta, 2013-11-03, http://alexandre.alapetite.fr/doc-alex/php-http-304/
|
||||
Version 1.7 beta, 2013-12-02, http://alexandre.alapetite.fr/doc-alex/php-http-304/
|
||||
|
||||
------------------------------------------------------------------
|
||||
Written by Alexandre Alapetite, http://alexandre.alapetite.fr/cv/
|
||||
@@ -124,7 +124,7 @@ function httpConditional($UnixTimeStamp,$cacheSeconds=0,$cachePrivacy=0,$feedMod
|
||||
if ($feedMode)
|
||||
{//Special RSS/ATOM
|
||||
global $clientCacheDate;
|
||||
$clientCacheDate=strtotime($dateCacheClient);
|
||||
$clientCacheDate=@strtotime($dateCacheClient);
|
||||
$cachePrivacy=0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user