summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Smith <colin@pfsense.org>2005-04-07 15:57:10 +0000
committerColin Smith <colin@pfsense.org>2005-04-07 15:57:10 +0000
commitfdc8935c8d3144c609ebf8b32288ac96561d6d92 (patch)
treea208377e2b0ae5c957849d1f6d6979d322d27150
parent13f1a01dc09fa539e4db880c62abcea7b2281aa3 (diff)
downloadpfsense-fdc8935c8d3144c609ebf8b32288ac96561d6d92.zip
pfsense-fdc8935c8d3144c609ebf8b32288ac96561d6d92.tar.gz
Remove unnecessary function.
-rw-r--r--etc/inc/pfsense-utils.inc11
1 files changed, 0 insertions, 11 deletions
diff --git a/etc/inc/pfsense-utils.inc b/etc/inc/pfsense-utils.inc
index f8933ba..9ed7cd8 100644
--- a/etc/inc/pfsense-utils.inc
+++ b/etc/inc/pfsense-utils.inc
@@ -977,17 +977,6 @@ function make_dirs($path, $mode = 0755)
return is_dir($path) || (make_dirs(dirname($path), $mode) && safe_mkdir($path, $mode));
}
- function carp_sync_xml($url, $password, $section, $section_xml, $method = 'pfsense.restore_config_section') {
- $params = array(new XML_RPC_Value($password, 'string'),
- new XML_RPC_Value($section, 'array'),
- new XML_RPC_Value($section_xml, 'array'));
- $msg = new XML_RPC_Message($method, $params);
- $cli = new XML_RPC_Client('/xmlrpc.php', $url);
- $cli->setCredentials('admin', $password);
- $resp = $cli->send($msg);
- }
-}
-
/*
* auto_upgrade(): Upgrade pfSense to the latest firmware version.
*/
OpenPOWER on IntegriCloud