Revision da7aa26d
Added by Scott Ullrich about 15 years ago
usr/local/www/xmlrpc.php | ||
---|---|---|
222 | 222 |
global $xmlrpc_g; |
223 | 223 |
$params = xmlrpc_params_to_php($raw_params); |
224 | 224 |
if(!xmlrpc_auth($params)) return $xmlrpc_g['return']['authfail']; |
225 |
require("vslb.inc"); |
|
226 | 225 |
filter_configure(); |
227 | 226 |
system_routing_configure(); |
228 | 227 |
setup_gateways_monitor(); |
Also available in: Unified diff
vslb.inc is already included by functions.inc