diff options
author | Stephen Beaver <sbeaver@netgate.com> | 2016-05-12 17:53:10 -0400 |
---|---|---|
committer | Stephen Beaver <sbeaver@netgate.com> | 2016-05-12 17:53:52 -0400 |
commit | c032a89a890a350540df12a9d2e41b9c7d8efda5 (patch) | |
tree | 6ce914a410f7a21c340f756a23b47217ca353967 /src | |
parent | 88cce82b304cd9e0e253f29a9bd3fdc9241260a7 (diff) | |
download | pfsense-c032a89a890a350540df12a9d2e41b9c7d8efda5.zip pfsense-c032a89a890a350540df12a9d2e41b9c7d8efda5.tar.gz |
Fixed #6349
Diffstat (limited to 'src')
-rw-r--r-- | src/usr/local/www/system_advanced_misc.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/usr/local/www/system_advanced_misc.php b/src/usr/local/www/system_advanced_misc.php index d690d38..897418d 100644 --- a/src/usr/local/www/system_advanced_misc.php +++ b/src/usr/local/www/system_advanced_misc.php @@ -322,6 +322,7 @@ include("head.inc"); if ($input_errors) { print_input_errors($input_errors); + unset($pconfig['doreboot']); } if ($savemsg) { |