diff options
author | marcelloc <marcellocoutinho@gmail.com> | 2013-01-29 23:37:47 -0200 |
---|---|---|
committer | marcelloc <marcellocoutinho@gmail.com> | 2013-01-29 23:37:47 -0200 |
commit | fbb66da03debb679c2cce436f1a66f0405133f8e (patch) | |
tree | 4e5d2092f8234f8cbb6ee30f347a9bba4e5e43a4 /config | |
parent | 29082e26be672d86277bf211a3187d6b6e6e355c (diff) | |
parent | 7f9b922b709063e69dfa117883169c4b04a2b5a8 (diff) | |
download | pfsense-packages-fbb66da03debb679c2cce436f1a66f0405133f8e.tar.gz pfsense-packages-fbb66da03debb679c2cce436f1a66f0405133f8e.tar.bz2 pfsense-packages-fbb66da03debb679c2cce436f1a66f0405133f8e.zip |
Merge branch 'master' of https://github.com/bsdperimeter/pfsense-packages
Diffstat (limited to 'config')
-rw-r--r-- | config/snort/snort_interfaces_global.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/snort/snort_interfaces_global.php b/config/snort/snort_interfaces_global.php index eb371119..9dde8aaf 100644 --- a/config/snort/snort_interfaces_global.php +++ b/config/snort/snort_interfaces_global.php @@ -75,11 +75,11 @@ if (!$input_errors) { $retval = 0; - write_config(); - /* create whitelist and homenet file then sync files */ sync_snort_package_config(); + write_config(); + /* forces page to reload new settings */ header( 'Expires: Sat, 26 Jul 1997 05:00:00 GMT' ); header( 'Last-Modified: ' . gmdate( 'D, d M Y H:i:s' ) . ' GMT' ); |