mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Trigger reload at the end of the page
This commit is contained in:
parent
586d257b95
commit
9b27960fad
@ -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");
|
||||
}
|
||||
|
||||
?>
|
||||
Loading…
Reference in New Issue
Block a user