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