summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2007-10-14 22:32:08 +0000
committerBill Marquette <billm@pfsense.org>2007-10-14 22:32:08 +0000
commit63c59458a0621ae0c0249b24783e912a35ab2cf6 (patch)
treed549cb16b472fbf28c589bd9e9413a3b3e3e2947 /usr
parentb4d19b466754a9e467f7885d65cc79bd7f424997 (diff)
downloadpfsense-63c59458a0621ae0c0249b24783e912a35ab2cf6.zip
pfsense-63c59458a0621ae0c0249b24783e912a35ab2cf6.tar.gz
sync from RELENG_1_2
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/xmlrpc.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr/local/www/xmlrpc.php b/usr/local/www/xmlrpc.php
index 653b6ee..cc8f05c 100755
--- a/usr/local/www/xmlrpc.php
+++ b/usr/local/www/xmlrpc.php
@@ -195,7 +195,6 @@ function get_notices_xmlrpc($raw_params) {
$params = xmlrpc_params_to_php($raw_params);
if(!xmlrpc_auth($params)) return $xmlrpc_g['return']['authfail'];
require_once("notices.inc");
- $params = array_pop(xmlrpc_params_to_php($raw_params));
if(!$params) {
$toreturn = get_notices();
} else {
OpenPOWER on IntegriCloud