summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/xmlrpc.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/xmlrpc.php b/usr/local/www/xmlrpc.php
index 78a1baa..5275779 100755
--- a/usr/local/www/xmlrpc.php
+++ b/usr/local/www/xmlrpc.php
@@ -216,8 +216,8 @@ function filter_configure_xmlrpc($raw_params) {
$params = xmlrpc_params_to_php($raw_params);
if(!xmlrpc_auth($params)) return $xmlrpc_g['return']['authfail'];
require_once("vslb.inc");
- slbd_configure();
filter_configure();
+ relayd_configure();
system_routing_configure();
return $xmlrpc_g['return']['true'];
}
@@ -329,4 +329,4 @@ $server = new XML_RPC_Server(
'signature' => $get_notices_sig)
)
);
-?> \ No newline at end of file
+?>
OpenPOWER on IntegriCloud