aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorColin Smith <colin@pfsense.org>2005-06-20 02:59:09 +0000
committerColin Smith <colin@pfsense.org>2005-06-20 02:59:09 +0000
commit17f64c21c3c1846aaecb290b2272422fa26e0e1e (patch)
treee92b7af019d014796844a98c208e3b9ba26b2b41 /packages
parentbc8b0dded320cb7437f95b5efb81a396d975fd2a (diff)
downloadpfsense-packages-17f64c21c3c1846aaecb290b2272422fa26e0e1e.tar.gz
pfsense-packages-17f64c21c3c1846aaecb290b2272422fa26e0e1e.tar.bz2
pfsense-packages-17f64c21c3c1846aaecb290b2272422fa26e0e1e.zip
We don't need the XML parser.
Diffstat (limited to 'packages')
-rw-r--r--packages/carp_sync_client.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/carp_sync_client.php b/packages/carp_sync_client.php
index 2123c3d8..4b6cdb8d 100644
--- a/packages/carp_sync_client.php
+++ b/packages/carp_sync_client.php
@@ -31,8 +31,7 @@
*/
-require_once("xmlrpc_client.inc"); /* Include client classes from our XMLRPC implementation. */
-require_once("xmlparse_pkg.inc"); /* Include pfSense helper functions. */
+require_once("xmlrpc.inc"); /* Include client classes and helper functions from our XMLRPC implementation. */
require_once("config.inc");
require_once("functions.inc");