[fix]
This commit is contained in:
parent
9c1201a048
commit
9d185b0900
1 changed files with 0 additions and 1 deletions
|
@ -2563,7 +2563,6 @@ function invalidateCaches()
|
||||||
unset($_SESSION['tags']); // Purge cache attached to session.
|
unset($_SESSION['tags']); // Purge cache attached to session.
|
||||||
pageCache::purgeCache(); // Purge page cache shared by sessions.
|
pageCache::purgeCache(); // Purge page cache shared by sessions.
|
||||||
}
|
}
|
||||||
if (isset($_SERVER["QUERY_STRING"]) && startswith($_SERVER["QUERY_STRING"],'do=servethumbnail')) { serveThumbnail(); exit; }
|
|
||||||
if (isset($_SERVER["QUERY_STRING"]) && startswith($_SERVER["QUERY_STRING"],'do=genthumbnail')) { genThumbnail(); exit; } // Thumbnail generation/cache does not need the link database.
|
if (isset($_SERVER["QUERY_STRING"]) && startswith($_SERVER["QUERY_STRING"],'do=genthumbnail')) { genThumbnail(); exit; } // Thumbnail generation/cache does not need the link database.
|
||||||
if (isset($_SERVER["QUERY_STRING"]) && startswith($_SERVER["QUERY_STRING"],'do=rss')) { showRSS(); exit; }
|
if (isset($_SERVER["QUERY_STRING"]) && startswith($_SERVER["QUERY_STRING"],'do=rss')) { showRSS(); exit; }
|
||||||
if (isset($_SERVER["QUERY_STRING"]) && startswith($_SERVER["QUERY_STRING"],'do=atom')) { showATOM(); exit; }
|
if (isset($_SERVER["QUERY_STRING"]) && startswith($_SERVER["QUERY_STRING"],'do=atom')) { showATOM(); exit; }
|
||||||
|
|
Loading…
Reference in a new issue