mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-17 01:54:49 +00:00
system: yes, but, no, but, yes, but...
This commit is contained in:
parent
8d7757f269
commit
c3687a0c46
@ -546,7 +546,7 @@ include("head.inc");
|
||||
<tr>
|
||||
<td><i class="fa fa-info-circle text-muted"></i></a> <?= gettext('Console driver') ?></td>
|
||||
<td width="78%">
|
||||
<input name="usevirtualterminal" type="checkbox" value="yes" <?= !empty($pconfig['usevirtualterminal']) ? '' : 'checked="checked"' ?> />
|
||||
<input name="usevirtualterminal" type="checkbox" value="yes" <?= empty($pconfig['usevirtualterminal']) ? '' : 'checked="checked"' ?> />
|
||||
<strong><?= gettext('Use the virtual terminal driver (vt)') ?></strong>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user