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/snort_json_get.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/snort_json_get.php')
-rw-r--r-- | config/snort-dev/snort_json_get.php | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/config/snort-dev/snort_json_get.php b/config/snort-dev/snort_json_get.php new file mode 100644 index 00000000..f991f10b --- /dev/null +++ b/config/snort-dev/snort_json_get.php @@ -0,0 +1,37 @@ +<?php + +require_once("guiconfig.inc"); +require_once("/usr/local/pkg/snort/snort_new.inc"); + + + + + + + +// upload created log tar to user +if ($_GET['snortlogdownload'] == 1) +{ + + sendFileSnortLogDownload(); + +} + + + + + + + + + + + + + + + + + + +?>
\ No newline at end of file |