X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=index.php;h=dfc00fbd6c5d437ef8e074494e7443f7f0067673;hb=11609d9fd8ba53f049e6c913d8e3affab6cfc9ce;hp=74091f37703a63d90c2102da7804b6ab4e524763;hpb=f66a1990e5d93a6f302ce594968e5e717b93da72;p=github%2Fshaarli%2FShaarli.git 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; }