Project

General

Profile

« Previous | Next » 

Revision 8fd749cc

Added by Scott Ullrich over 19 years ago

Correct errors found by eclipse

View differences:

usr/local/www/xmlrpc.php
120 120
				);
121 121

  
122 122
function check_firmware_version_xmlrpc($raw_params) {
123
	global $XML_RPC_String;
123 124
	return new XML_RPC_Response(new XML_RPC_Value(check_firmware_version(false), $XML_RPC_String));
124 125
}
125 126

  
......
172 173
			);
173 174
			
174 175
function interfaces_carp_configure_xmlrpc($raw_params) {
175
	global $xmlrpc_g;
176
	global $xmlrpc_g, $XML_RPC_Boolean, $XML_RPC_String;
176 177
	$params = xmlrpc_params_to_php($raw_params);
177 178
	if(!xmlrpc_auth($params)) return new XML_RPC_Response(new XML_RPC_Value("auth_failure", $XML_RPC_String));
178 179
	interfaces_carp_configure();

Also available in: Unified diff