diff options
author | robiscool <robrob2626@yahoo.com> | 2010-03-25 13:26:39 -0700 |
---|---|---|
committer | robiscool <robrob2626@yahoo.com> | 2010-03-25 13:27:18 -0700 |
commit | 0628f8885994494ff5823e688ced8bffcf909375 (patch) | |
tree | cfc4a51c4e0a7d7579b159dc4b5448f53832d814 /config/snort-dev/snort_interfaces_edit.php | |
parent | e964dde401ede7b68a07333d01ff80b45b684aba (diff) | |
download | pfsense-packages-0628f8885994494ff5823e688ced8bffcf909375.tar.gz pfsense-packages-0628f8885994494ff5823e688ced8bffcf909375.tar.bz2 pfsense-packages-0628f8885994494ff5823e688ced8bffcf909375.zip |
snort-dev, remove firephp trace code
Diffstat (limited to 'config/snort-dev/snort_interfaces_edit.php')
-rw-r--r-- | config/snort-dev/snort_interfaces_edit.php | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/config/snort-dev/snort_interfaces_edit.php b/config/snort-dev/snort_interfaces_edit.php index 0a5ce90d..416b4a8e 100644 --- a/config/snort-dev/snort_interfaces_edit.php +++ b/config/snort-dev/snort_interfaces_edit.php @@ -33,18 +33,6 @@ require_once("guiconfig.inc"); require_once("/usr/local/pkg/snort/snort.inc"); -/* firephp*/ -require_once('../FirePHPCore/FirePHP.class.php'); -require_once('../FirePHPCore/fb.php'); -ob_start(); -$firephp =& FirePHP::getInstance(true); -$firephp->setEnabled(true); - -fb('Hello, world', FirePHP); -/* firephp end */ - - - if (!is_array($config['installedpackages']['snortglobal']['rule'])) { $config['installedpackages']['snortglobal']['rule'] = array(); } @@ -79,7 +67,6 @@ $snort_uuid = 0; while ($snort_uuid > 65535 || $snort_uuid == 0) { $snort_uuid = mt_rand(1, 65535); $pconfig['uuid'] = $snort_uuid; - fb($snort_uuid, LOG); } } |