bugfix: fix reboot button (#249)

This commit is contained in:
dman776 2018-10-26 21:50:35 -05:00 committed by Joe AE6XE
parent 8716fd42be
commit 1948ba11e7
1 changed files with 1 additions and 1 deletions

View File

@ -102,8 +102,8 @@ if($parms{button_firstboot})
reboot_page("/cgi-bin/status");
}
reboot_page("/cgi-bin/status") if $parms{button_reboot};
read_postdata({acceptfile => false});
reboot_page("/cgi-bin/status") if $parms{button_reboot};
$node = nvram_get("node");
# make developer mode stick