diff options
author | robiscool <robrob2626@yahoo.com> | 2011-01-21 12:37:21 -0800 |
---|---|---|
committer | robiscool <robrob2626@yahoo.com> | 2011-01-21 12:40:45 -0800 |
commit | 0a9efffdf1aa8928f0eecf4bc214d2721b1f0eb6 (patch) | |
tree | ed2a1b36131b13972fec2da0be21e8c84d86d5b9 /config/snort-dev/testing.php | |
parent | dabbd0e5978f83c5da632d30578ad32ceafbefd4 (diff) | |
download | pfsense-packages-0a9efffdf1aa8928f0eecf4bc214d2721b1f0eb6.tar.gz pfsense-packages-0a9efffdf1aa8928f0eecf4bc214d2721b1f0eb6.tar.bz2 pfsense-packages-0a9efffdf1aa8928f0eecf4bc214d2721b1f0eb6.zip |
snort-dev, sqlite, remove all javascript framworks
Diffstat (limited to 'config/snort-dev/testing.php')
-rw-r--r-- | config/snort-dev/testing.php | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/config/snort-dev/testing.php b/config/snort-dev/testing.php new file mode 100644 index 00000000..87d98e26 --- /dev/null +++ b/config/snort-dev/testing.php @@ -0,0 +1,27 @@ +<?php + +require_once('/usr/local/pkg/snort/snort_new.inc'); + +$uuid = '2565656'; + +$a_list = snortSql_fetchAllWhitelistTypes('SnortWhitelist'); + + + + echo '<pre>' . "\n\n"; + + + print_r($a_list); + + + + echo "\n" . '</pre>'; + + + + +?> + + + + |