mirror of https://github.com/aredn/aredn.git
bugfix: fix reboot button (#249)
This commit is contained in:
parent
8716fd42be
commit
1948ba11e7
|
@ -102,8 +102,8 @@ if($parms{button_firstboot})
|
||||||
reboot_page("/cgi-bin/status");
|
reboot_page("/cgi-bin/status");
|
||||||
}
|
}
|
||||||
|
|
||||||
reboot_page("/cgi-bin/status") if $parms{button_reboot};
|
|
||||||
read_postdata({acceptfile => false});
|
read_postdata({acceptfile => false});
|
||||||
|
reboot_page("/cgi-bin/status") if $parms{button_reboot};
|
||||||
$node = nvram_get("node");
|
$node = nvram_get("node");
|
||||||
|
|
||||||
# make developer mode stick
|
# make developer mode stick
|
||||||
|
|
Loading…
Reference in New Issue