interfaces: /tmp/reload_interfaces is never written

This commit is contained in:
Franco Fichtner 2015-07-15 11:37:45 +02:00
parent 95d933fad0
commit 8547c8fb97

View File

@ -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">