Commit 73b9974e authored by Ad Schellevis's avatar Ad Schellevis

(legacy) in our case, ignorefirmwarelock will never be set... remove code

parent 52ef1adf
......@@ -75,18 +75,6 @@ $navlevelsep = ": "; /* navigation level separator string */
$mandfldhtml = ""; /* display this before mandatory input fields */
$mandfldhtmlspc = ""; /* same as above, but with spacing */
/* Some ajax scripts still need access to GUI */
if(!$ignorefirmwarelock) {
if (is_subsystem_dirty('firmwarelock')) {
if (!$d_isfwfile) {
header("Location: system_firmware.php");
exit;
} else {
return;
}
}
}
/* Reserved table names to avoid colision */
$reserved_table_names = array(
"bogons",
......
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