diff options
-rwxr-xr-x | usr/local/www/xmlrpc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/xmlrpc.php b/usr/local/www/xmlrpc.php index 4cacb78..d3aea8f 100755 --- a/usr/local/www/xmlrpc.php +++ b/usr/local/www/xmlrpc.php @@ -357,7 +357,7 @@ $filter_configure_sig = array( ); function filter_configure_xmlrpc($raw_params) { - global $xmlrpc_g; + global $xmlrpc_g, $config; $params = xmlrpc_params_to_php($raw_params); if(!xmlrpc_auth($params)) { |