summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-04-21 17:36:04 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-04-21 17:36:04 +0000
commitd93bf3a587f75e35aafb7f430c33865b7658d007 (patch)
treec882b647e8b64bd3a1cfc5d3bc132daacef94869 /usr
parent0fc62ae66b4e31115bf7d244a306c76c5b5b06c4 (diff)
downloadpfsense-d93bf3a587f75e35aafb7f430c33865b7658d007.zip
pfsense-d93bf3a587f75e35aafb7f430c33865b7658d007.tar.gz
Restart pool after XMLRPC sync.
Ticket #924
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/xmlrpc.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/local/www/xmlrpc.php b/usr/local/www/xmlrpc.php
index 8a85554..8d1055d 100755
--- a/usr/local/www/xmlrpc.php
+++ b/usr/local/www/xmlrpc.php
@@ -105,6 +105,8 @@ function filter_configure_xmlrpc($raw_params) {
global $xmlrpc_g;
$params = xmlrpc_params_to_php($raw_params);
if(!xmlrpc_auth($params)) return $xmlrpc_g['return']['authfail'];
+ require_once("vslb.inc");
+ slbd_configure();
filter_configure();
system_routing_configure();
return $xmlrpc_g['return']['true'];
OpenPOWER on IntegriCloud