aboutsummaryrefslogtreecommitdiffstats
path: root/config/snort/snort_interfaces_edit.php
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2012-06-14 17:56:05 +0000
committerErmal <eri@pfsense.org>2012-06-14 17:56:23 +0000
commit28d639d59a35947671ed9feaf321a53fb978f55f (patch)
tree6a0d318b86c03054b1409c1fd2c602c8705413cd /config/snort/snort_interfaces_edit.php
parent163eb72a1a96af9c32142f7bdfacc85fc577f9bd (diff)
downloadpfsense-packages-28d639d59a35947671ed9feaf321a53fb978f55f.tar.gz
pfsense-packages-28d639d59a35947671ed9feaf321a53fb978f55f.tar.bz2
pfsense-packages-28d639d59a35947671ed9feaf321a53fb978f55f.zip
Use pid files to control snort start/stop code
Diffstat (limited to 'config/snort/snort_interfaces_edit.php')
-rw-r--r--config/snort/snort_interfaces_edit.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/config/snort/snort_interfaces_edit.php b/config/snort/snort_interfaces_edit.php
index f3d96848..182d0e76 100644
--- a/config/snort/snort_interfaces_edit.php
+++ b/config/snort/snort_interfaces_edit.php
@@ -298,9 +298,6 @@ if (isset($_GET['dup']))
sync_snort_package_config();
sleep(1);
- /* if snort.sh crashed this will remove the pid */
- exec('/bin/rm /tmp/snort.sh.pid');
-
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' );