From 5d089fbf2e8f21819b8b744e3cbf41dd1262d842 Mon Sep 17 00:00:00 2001 From: Oliver Date: Mon, 10 Sep 2012 21:15:10 +0200 Subject: [PATCH] Revert "Bugfix: Hint was decrypted by default" This reverts commit e9902fdccdb3b2ac4148df4ba797d14e31e11061. --- htdocs/viewcache.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/viewcache.php b/htdocs/viewcache.php index d0f7db04..aa2358bc 100644 --- a/htdocs/viewcache.php +++ b/htdocs/viewcache.php @@ -62,7 +62,7 @@ function getChildWaypoints($cacheid) exit; } - $bCrypt = !isset($_REQUEST['nocrypt']) || ($_REQUEST['nocrypt'] != 0); + $bCrypt = !isset($_REQUEST['nocrypt']) || ($_REQUEST['nocrypt'] != 1); $tpl->assign('crypt', $bCrypt); if (isset($_REQUEST['desclang']))