summaryrefslogtreecommitdiffstats
path: root/usr/local/www/xmlrpc.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-06-11 13:42:28 -0400
committerScott Ullrich <sullrich@pfsense.org>2010-06-11 13:42:28 -0400
commit7c7c8be2646ab8d0018dd0b983162cc2750194a4 (patch)
tree3031499552d62f1822e3de1b56a502491348919c /usr/local/www/xmlrpc.php
parentefe7562e16582108df413ea4a355570ef8970456 (diff)
downloadpfsense-7c7c8be2646ab8d0018dd0b983162cc2750194a4.zip
pfsense-7c7c8be2646ab8d0018dd0b983162cc2750194a4.tar.gz
Correct carp_configure_doc
Diffstat (limited to 'usr/local/www/xmlrpc.php')
-rwxr-xr-xusr/local/www/xmlrpc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/xmlrpc.php b/usr/local/www/xmlrpc.php
index a93aa0e..63aee32 100755
--- a/usr/local/www/xmlrpc.php
+++ b/usr/local/www/xmlrpc.php
@@ -231,7 +231,7 @@ function filter_configure_xmlrpc($raw_params) {
/*****************************/
-$carp_configure_doc = 'Basic XMLRPC wrapper for filter_configure. This method must be called with one paramater: a string containing the local system\'s password. This function returns true upon completion.';
+$carp_configure_doc = 'Basic XMLRPC wrapper for configuring CARP interfaces.';
$carp_configure_sig = array(
array(
$XML_RPC_Boolean,
OpenPOWER on IntegriCloud