From: ArthurHoaro Date: Sat, 26 Mar 2016 15:59:22 +0000 (+0100) Subject: Remove dev cache disabling X-Git-Tag: v0.7.0~21 X-Git-Url: https://git.immae.eu/?p=github%2Fshaarli%2FShaarli.git;a=commitdiff_plain;h=5f143b72eaafeda533fcb997ecca73d38258546e Remove dev cache disabling --- diff --git a/index.php b/index.php index 74091f37..dfc00fbd 100644 --- a/index.php +++ b/index.php @@ -1054,7 +1054,7 @@ function renderPage() startsWith($query,'do='. $targetPage) && !isLoggedIn() ); $cached = $cache->cachedVersion(); - if (false && !empty($cached)) { + if (!empty($cached)) { echo $cached; exit; }