From 9d185b0900fdb386bfd60bd2a1db50d9fd882493 Mon Sep 17 00:00:00 2001 From: Knah Tsaeb Date: Tue, 15 Jul 2014 15:32:15 +0200 Subject: [PATCH] [fix] --- index.php | 1 - 1 file changed, 1 deletion(-) diff --git a/index.php b/index.php index 1f46bf4..93d2668 100644 --- a/index.php +++ b/index.php @@ -2563,7 +2563,6 @@ function invalidateCaches() unset($_SESSION['tags']); // Purge cache attached to session. 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=rss')) { showRSS(); exit; } if (isset($_SERVER["QUERY_STRING"]) && startswith($_SERVER["QUERY_STRING"],'do=atom')) { showATOM(); exit; }