aboutsummaryrefslogtreecommitdiffstats
path: root/config/snort/snort_preprocessors.php
diff options
context:
space:
mode:
authorrobiscool <robrob2626@yahoo.com>2010-04-05 18:54:02 -0700
committerrobiscool <robrob2626@yahoo.com>2010-04-05 18:54:02 -0700
commit95b4cf32ed4a85b4f7d96e0e2bd9f7ba67930c56 (patch)
treebf91ef224148bae8ba64b768d15d7f7f7fba21bc /config/snort/snort_preprocessors.php
parent90ab5fb165d4462e419a91e6383abeb9c4dde0fb (diff)
downloadpfsense-packages-95b4cf32ed4a85b4f7d96e0e2bd9f7ba67930c56.tar.gz
pfsense-packages-95b4cf32ed4a85b4f7d96e0e2bd9f7ba67930c56.tar.bz2
pfsense-packages-95b4cf32ed4a85b4f7d96e0e2bd9f7ba67930c56.zip
snort, fix the service path entry
Diffstat (limited to 'config/snort/snort_preprocessors.php')
-rw-r--r--config/snort/snort_preprocessors.php7
1 files changed, 1 insertions, 6 deletions
diff --git a/config/snort/snort_preprocessors.php b/config/snort/snort_preprocessors.php
index d6cbb55d..cb00099e 100644
--- a/config/snort/snort_preprocessors.php
+++ b/config/snort/snort_preprocessors.php
@@ -224,7 +224,7 @@ $d_snortconfdirty_path = "/var/run/snort_conf_{$snort_uuid}_{$if_real}.dirty";
write_config();
/* after click go to this page */
- //touch($d_snortconfdirty_path);
+ touch($d_snortconfdirty_path);
header( 'Expires: Sat, 26 Jul 1997 05:00:00 GMT' );
header( 'Last-Modified: ' . gmdate( 'D, d M Y H:i:s' ) . ' GMT' );
header( 'Cache-Control: no-store, no-cache, must-revalidate' );
@@ -428,11 +428,6 @@ if($id != "")
</table>
</form>
-<script language="JavaScript">
-<!--
-enable_change(false);
-//-->
-</script>
<?php include("fend.inc"); ?>
</body>
</html>