diff options
author | marcelloc <marcellocoutinho@gmail.com> | 2011-12-20 17:15:18 -0200 |
---|---|---|
committer | marcelloc <marcellocoutinho@gmail.com> | 2011-12-20 17:15:18 -0200 |
commit | ae6dd0edbd3d9e6ce2ec07aea54aeec73672d76a (patch) | |
tree | 610283b0003f7a91bd68f22eb2cd341e957b700e | |
parent | d097a99e6dfe61a456fb26347e41b80f83ac818e (diff) | |
download | pfsense-packages-ae6dd0edbd3d9e6ce2ec07aea54aeec73672d76a.tar.gz pfsense-packages-ae6dd0edbd3d9e6ce2ec07aea54aeec73672d76a.tar.bz2 pfsense-packages-ae6dd0edbd3d9e6ce2ec07aea54aeec73672d76a.zip |
pfblocker - remove illegal character from javascript
postfix - remove illegal character from javascript
varnish - remove illegal character from javascript
-rw-r--r-- | config/pf-blocker/pfBlocker.widget.php | 1 | ||||
-rwxr-xr-x | config/postfix/postfix.widget.php | 1 | ||||
-rwxr-xr-x | config/varnish3/varnish.widget.php | 1 | ||||
-rwxr-xr-x | config/varnish64/varnish.widget.php | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/config/pf-blocker/pfBlocker.widget.php b/config/pf-blocker/pfBlocker.widget.php index 7a779758..60b0c754 100644 --- a/config/pf-blocker/pfBlocker.widget.php +++ b/config/pf-blocker/pfBlocker.widget.php @@ -84,7 +84,6 @@ echo"</table></div>"; ?> <script type="text/javascript"> function getstatus_pfblocker() { - #scroll(0,0); var url = "/widgets/widgets/pfBlocker.widget.php"; var pars = 'getupdatestatus=yes'; var myAjax = new Ajax.Request( diff --git a/config/postfix/postfix.widget.php b/config/postfix/postfix.widget.php index ddf1e342..c439b5ce 100755 --- a/config/postfix/postfix.widget.php +++ b/config/postfix/postfix.widget.php @@ -115,7 +115,6 @@ echo"</table></div>"; ?> <script type="text/javascript"> function getstatus_postfix() { - #scroll(0,0); var url = "/widgets/widgets/postfix.widget.php"; var pars = 'getupdatestatus=yes'; var myAjax = new Ajax.Request( diff --git a/config/varnish3/varnish.widget.php b/config/varnish3/varnish.widget.php index 26e28c9b..35980db5 100755 --- a/config/varnish3/varnish.widget.php +++ b/config/varnish3/varnish.widget.php @@ -106,7 +106,6 @@ echo"</table></div>"; ?> <script type="text/javascript"> function getstatus_varnish() { - #scroll(0,0); var url = "/widgets/widgets/varnish.widget.php"; var pars = 'getupdatestatus=yes'; var myAjax = new Ajax.Request( diff --git a/config/varnish64/varnish.widget.php b/config/varnish64/varnish.widget.php index 26e28c9b..35980db5 100755 --- a/config/varnish64/varnish.widget.php +++ b/config/varnish64/varnish.widget.php @@ -106,7 +106,6 @@ echo"</table></div>"; ?> <script type="text/javascript"> function getstatus_varnish() { - #scroll(0,0); var url = "/widgets/widgets/varnish.widget.php"; var pars = 'getupdatestatus=yes'; var myAjax = new Ajax.Request( |