mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-18 18:44:44 +00:00
interfaces: /tmp/reload_interfaces is never written
This commit is contained in:
parent
95d933fad0
commit
8547c8fb97
@ -424,15 +424,13 @@ include("head.inc");
|
||||
<div class="row">
|
||||
|
||||
<?php
|
||||
if (file_exists("/tmp/reload_interfaces")) {
|
||||
echo "<p>\n";
|
||||
print_info_box_np(gettext("The interface configuration has been changed.<br />You must apply the changes in order for them to take effect."));
|
||||
echo "<br /></p>\n";
|
||||
} elseif($savemsg)
|
||||
if (isset($savemsg)) {
|
||||
print_info_box($savemsg);
|
||||
}
|
||||
|
||||
if (isset($input_errors) && count($input_errors) > 0)
|
||||
if (isset($input_errors) && count($input_errors) > 0) {
|
||||
print_input_errors($input_errors);
|
||||
}
|
||||
?>
|
||||
|
||||
<section class="col-xs-12">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user