| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
See: http://forum.pfsense.org/index.php/topic,8386.0/topicseen.html
|
|
|
|
|
|
|
|
| |
Microsoft's javascript system interprets that to say: "box = document.forms.1.selectbox;" which, of course, does not exist on the document being displayed in the browser - this means you can not select the Category for the Rules to view or edit.
The "fix" is to remove the [1] in the line so IE-7 and cousins will interpret the line correctly - If this "breaks" other, well mannered browsers then you need to include code in the javascript function to determine "what" browser is performing the action and adjust the variable assignment accordingly ....
Ticket #1483
|
| |
|
|
|
|
| |
changes will now restart snort properly after changes have been made.
|
| |
|
| |
|
|
Written and submitted by: Scott Dale <c_scott_dale_AT_yahoo.com
|