summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_routes.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-07-24 22:35:05 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-07-24 22:35:05 +0000
commit3851094fc6d349ca3973c3eba4e3faf20ce8abbb (patch)
tree6fc1731146899affa9f9b34f1a9ad5f312f3fd9c /usr/local/www/system_routes.php
parent5f78884c96f28ea94f497bba5f241f46a568f6db (diff)
downloadpfsense-3851094fc6d349ca3973c3eba4e3faf20ce8abbb.zip
pfsense-3851094fc6d349ca3973c3eba4e3faf20ce8abbb.tar.gz
* Drop kick reboots bye bye
Diffstat (limited to 'usr/local/www/system_routes.php')
-rwxr-xr-xusr/local/www/system_routes.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr/local/www/system_routes.php b/usr/local/www/system_routes.php
index cdad0a8..ac091e2 100755
--- a/usr/local/www/system_routes.php
+++ b/usr/local/www/system_routes.php
@@ -46,10 +46,10 @@ if ($_POST) {
if ($_POST['apply']) {
$retval = 0;
- if (!file_exists($d_sysrebootreqd_path)) {
- $retval = system_routing_configure();
- $retval |= filter_configure();
- }
+
+ $retval = system_routing_configure();
+ $retval |= filter_configure();
+
$savemsg = get_std_save_message($retval);
if ($retval == 0) {
if (file_exists($d_staticroutesdirty_path)) {
OpenPOWER on IntegriCloud