Trigger reload at the end of the page

This commit is contained in:
Scott Ullrich 2005-12-03 17:33:05 +00:00
parent 586d257b95
commit 9b27960fad

View File

@ -115,8 +115,6 @@ if ($_POST) {
write_config();
touch("/tmp/reload_interfaces");
}
}
@ -272,3 +270,11 @@ include("head.inc");
</body>
</html>
<?php
if ($_POST) {
if (!$input_errors)
touch("/tmp/reload_interfaces");
}
?>