From a4773870bd45062d305acdab112ab2aad740f6dc Mon Sep 17 00:00:00 2001 From: Ermal Date: Mon, 9 Jul 2012 18:38:08 +0000 Subject: Revert 958efd439784459a5848fb05afe1560c4db285d7 --- config/snort/snort_interfaces_global.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config/snort/snort_interfaces_global.php') diff --git a/config/snort/snort_interfaces_global.php b/config/snort/snort_interfaces_global.php index 59b725ab..bd905a5e 100644 --- a/config/snort/snort_interfaces_global.php +++ b/config/snort/snort_interfaces_global.php @@ -37,7 +37,7 @@ require_once("guiconfig.inc"); require_once("/usr/local/pkg/snort/snort.inc"); -global $g; +global $g, $snortdir; $d_snort_global_dirty_path = '/var/run/snort_global.dirty'; @@ -119,7 +119,7 @@ if (!$input_errors) { if ($_POST["Reset"]) { function snort_deinstall_settings() { - global $config, $g, $id, $if_real; + global $config, $g, $id, $if_real, $snortdir; exec("/usr/usr/bin/killall snort"); sleep(2); @@ -164,7 +164,7 @@ if ($_POST["Reset"]) { unset($config['installedpackages']['snortglobal']); /* remove all snort iface dir */ - exec('rm -r /usr/local/etc/snort/snort_*'); + exec("rm -r {$snortdir}/snort_*"); exec('rm /var/log/snort/*'); } -- cgit v1.2.3