Revert "Bugfix: Hint was decrypted by default"
This reverts commit e9902fdccd
.
This commit is contained in:
@ -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']))
|
||||
|
Reference in New Issue
Block a user