Revert "Bugfix: Hint was decrypted by default"

This reverts commit e9902fdccd.
This commit is contained in:
Oliver
2012-09-10 21:15:10 +02:00
parent e9902fdccd
commit 5d089fbf2e

View File

@ -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']))