diff options
author | robiscool <robrob2626@yahoo.com> | 2010-03-11 02:57:46 -0800 |
---|---|---|
committer | robiscool <robrob2626@yahoo.com> | 2010-03-11 02:57:46 -0800 |
commit | 32d1172f9576c5e50982347146e47bc999bd37dc (patch) | |
tree | faa567de5580b59c869dccb483f630f4c7681b8d /config/snort-dev | |
parent | e1dbec3e87eeef66c616653f7226ab2276ff6c16 (diff) | |
download | pfsense-packages-32d1172f9576c5e50982347146e47bc999bd37dc.tar.gz pfsense-packages-32d1172f9576c5e50982347146e47bc999bd37dc.tar.bz2 pfsense-packages-32d1172f9576c5e50982347146e47bc999bd37dc.zip |
snort-dev, update files to be in php format
Diffstat (limited to 'config/snort-dev')
-rw-r--r-- | config/snort-dev/help_and_info.php (renamed from config/snort-dev/help_and_info.html) | 15 | ||||
-rw-r--r-- | config/snort-dev/snort.xml | 2 | ||||
-rw-r--r-- | config/snort-dev/snort_help_info.php | 2 |
3 files changed, 13 insertions, 6 deletions
diff --git a/config/snort-dev/help_and_info.html b/config/snort-dev/help_and_info.php index 1f790257..ff31d6d0 100644 --- a/config/snort-dev/help_and_info.html +++ b/config/snort-dev/help_and_info.php @@ -1,3 +1,8 @@ +<?php
+
+ require_once("guiconfig.inc");
+
+echo '
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
@@ -31,7 +36,7 @@ <br>
<div class="content" id="item1">
<p>
- <font size="5"><strong>Snort Package</strong></font> is a GUI based front-end for Sourcefire's Snort ® IDS/IPS software. The Snort Package goal is to be
+ <font size="5"><strong>Snort Package</strong></font> is a GUI based front-end for Sourcefire\'s Snort ® IDS/IPS software. The Snort Package goal is to be
the best open-source GUI to manage multiple snort sensors and multiple rule snapshots. The project other goal is to be a highly competitive GUI for
network monitoring for both private and enterprise use. Lastly, this project software development should bring programmers and users together to create
software.
@@ -72,7 +77,7 @@ Coming soon............ <div class="content" id="item5">
<p>
<font size="5"><strong>PfSense</strong></font> is brought to you by a dedicated group of developers who are security and network professionals by trade. The following people are active developers of the pfSense project.
-Username is listed in parenthesis (generally also the person's forum username, IRC nickname, etc.).<br><br>
+Username is listed in parenthesis (generally also the person\'s forum username, IRC nickname, etc.).<br><br>
<font size="5"><strong>Main Snort-dev Package Developer</strong></font><br>
Robert Zelaya<br><br>
@@ -149,7 +154,7 @@ A: Right now all WAN interfaces and LAN interfaces. But if you select a LAN inte Q: What logs does the snort package keep. ?<br>
A: Most of the snort logs are keept in the /var/log/snort.<br>
- Snorts syslogs' are saved to the /var/log/snort/snort_sys_0ng0.<br>
+ Snorts syslogs\' are saved to the /var/log/snort/snort_sys_0ng0.<br>
==========================<br>
@@ -186,4 +191,6 @@ A: I started working on the snort package in May 2009.<br> </div>
</div>
</body>
-</html>
\ No newline at end of file +</html>
+';
+?>
\ No newline at end of file diff --git a/config/snort-dev/snort.xml b/config/snort-dev/snort.xml index 6ab6ee7a..6a46cf7e 100644 --- a/config/snort-dev/snort.xml +++ b/config/snort-dev/snort.xml @@ -141,7 +141,7 @@ <additional_files_needed> <prefix>/usr/local/www/snort/</prefix> <chmod>077</chmod> - <item>http://www.pfsense.com/packages/config/snort-dev/help_and_info.html</item> + <item>http://www.pfsense.com/packages/config/snort-dev/help_and_info.php</item> </additional_files_needed> <additional_files_needed> <prefix>/usr/local/www/snort/</prefix> diff --git a/config/snort-dev/snort_help_info.php b/config/snort-dev/snort_help_info.php index ce3d1948..fb1395b8 100644 --- a/config/snort-dev/snort_help_info.php +++ b/config/snort-dev/snort_help_info.php @@ -86,7 +86,7 @@ iframe </tr>
</table>
<div>
- <iframe style="width: 780px; height: 600px; overflow-x: hidden;" src='/snort/help_and_info.html'></iframe>
+ <iframe style="width: 780px; height: 600px; overflow-x: hidden;" src='/snort/help_and_info.php'></iframe>
</div>
</div>
<div id="footer2">
|