diff options
author | bmeeks8 <bmeeks8@bellsouth.net> | 2014-02-21 14:44:36 -0500 |
---|---|---|
committer | bmeeks8 <bmeeks8@bellsouth.net> | 2014-02-21 14:44:36 -0500 |
commit | 4d68da5d12cc272337f38d338913f66a8c703898 (patch) | |
tree | c23bcff720e334f816714eb426ae82221cb05712 /config/suricata/suricata_interfaces.php | |
parent | f8f2d8493be025464627ba990133a542bd071700 (diff) | |
download | pfsense-packages-4d68da5d12cc272337f38d338913f66a8c703898.tar.gz pfsense-packages-4d68da5d12cc272337f38d338913f66a8c703898.tar.bz2 pfsense-packages-4d68da5d12cc272337f38d338913f66a8c703898.zip |
Remove use of $_GET wherever possible for security.
Diffstat (limited to 'config/suricata/suricata_interfaces.php')
-rw-r--r-- | config/suricata/suricata_interfaces.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/suricata/suricata_interfaces.php b/config/suricata/suricata_interfaces.php index 26ccada3..364abe62 100644 --- a/config/suricata/suricata_interfaces.php +++ b/config/suricata/suricata_interfaces.php @@ -449,6 +449,12 @@ if ($pfsense_stable == 'yes') </form> <script type="text/javascript"> +<script language="javascript" type="text/javascript"> + +var initiator = ''; +$(document).ready(function() { + $(":submit").click(function() { initiator = this.value }); +}); function intf_del() { var isSelected = false; |