summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_advanced.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_advanced.php
parent5f78884c96f28ea94f497bba5f241f46a568f6db (diff)
downloadpfsense-3851094fc6d349ca3973c3eba4e3faf20ce8abbb.zip
pfsense-3851094fc6d349ca3973c3eba4e3faf20ce8abbb.tar.gz
* Drop kick reboots bye bye
Diffstat (limited to 'usr/local/www/system_advanced.php')
-rwxr-xr-xusr/local/www/system_advanced.php18
1 files changed, 8 insertions, 10 deletions
diff --git a/usr/local/www/system_advanced.php b/usr/local/www/system_advanced.php
index 30350e9..117fb43 100755
--- a/usr/local/www/system_advanced.php
+++ b/usr/local/www/system_advanced.php
@@ -160,16 +160,14 @@ if ($_POST) {
$retval = 0;
- if (!file_exists($d_sysrebootreqd_path)) {
- config_lock();
- $retval = filter_configure();
- if(stristr($retval, "error") <> true)
- $savemsg = get_std_save_message($retval);
- else
- $savemsg = $retval;
- $retval |= interfaces_optional_configure();
- config_unlock();
- }
+ config_lock();
+ $retval = filter_configure();
+ if(stristr($retval, "error") <> true)
+ $savemsg = get_std_save_message($retval);
+ else
+ $savemsg = $retval;
+ $retval |= interfaces_optional_configure();
+ config_unlock();
$etc_ttys = return_filename_as_array("/etc/ttys");
$boot_loader_rc = return_filename_as_array("/boot/loader.rc");
OpenPOWER on IntegriCloud