Commit 4d7f0038 authored by Franco Fichtner's avatar Franco Fichtner

wireless: actually, keep the one that is there (if any)

parent d2e3ea12
......@@ -192,7 +192,7 @@ include("head.inc");
<tr>
<td width="22%" valign="top">&nbsp;</td>
<td width="78%">
<input type="hidden" name="mode" value="bss" />
<input type="hidden" name="mode" value="<?= isset($pconfig['mode']) ? $pconfig['mode'] : 'bss' ?>" />
<input type="hidden" name="cloneif" value="<?=htmlspecialchars($pconfig['cloneif']); ?>" />
<input name="Submit" type="submit" class="btn btn-primary" value="<?=gettext("Save");?>" />
<input type="button" class="btn btn-default" value="<?=gettext("Cancel");?>" onclick="window.location.href='<?=$referer;?>'" />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment