Make "Start Restricted" unconditional

This commit is contained in:
bergware
2017-09-16 10:09:31 +02:00
parent 28330d90ad
commit aef2ae096f

View File

@@ -62,7 +62,7 @@ function getFileContent(event,form) {
</script>
<form markdown="1" name="encrypt_start" method="POST" action="/update.htm" target="progressFrame">
Restricted Start:
: <select name="luksStartMode" size="1" <?=$online?>>
: <select name="luksStartMode" size="1">
<?=mk_option($var['luksStartMode'], "0", "Yes")?>
<?=mk_option($var['luksStartMode'], "1", "No")?>
</select>