summaryrefslogtreecommitdiffstats
path: root/usr/local/www
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-07-24 22:13:37 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-07-24 22:13:37 +0000
commit9a7e416ce3607f2575163e38df1a24731ab48ab1 (patch)
tree3e6f0ba9e1bfc27415ad48af14fe748e58a030aa /usr/local/www
parentbc1746b5b8a0b290f59f4896de65ba2d66118ce7 (diff)
downloadpfsense-9a7e416ce3607f2575163e38df1a24731ab48ab1.zip
pfsense-9a7e416ce3607f2575163e38df1a24731ab48ab1.tar.gz
Reboots suck. Drop kick it to the moon.
Diffstat (limited to 'usr/local/www')
-rwxr-xr-xusr/local/www/firewall_rules.php17
1 files changed, 5 insertions, 12 deletions
diff --git a/usr/local/www/firewall_rules.php b/usr/local/www/firewall_rules.php
index cb6abe4..3591c91 100755
--- a/usr/local/www/firewall_rules.php
+++ b/usr/local/www/firewall_rules.php
@@ -61,18 +61,11 @@ if ($_POST) {
if ($_POST['apply']) {
$retval = 0;
- if (!file_exists($d_sysrebootreqd_path)) {
- config_lock();
- $retval = filter_configure();
- config_unlock();
- }
- $savemsg = get_std_save_message($retval);
- if ($retval == 0) {
- if (file_exists($d_natconfdirty_path))
- unlink($d_natconfdirty_path);
- if (file_exists($d_filterconfdirty_path))
- unlink($d_filterconfdirty_path);
- }
+ config_lock();
+ $retval = filter_configure();
+ config_unlock();
+
+ $savemsg = "The settings have been applied";
}
}
OpenPOWER on IntegriCloud