From 17f64c21c3c1846aaecb290b2272422fa26e0e1e Mon Sep 17 00:00:00 2001 From: Colin Smith Date: Mon, 20 Jun 2005 02:59:09 +0000 Subject: We don't need the XML parser. --- packages/carp_sync_client.php | 3 +-- 1 file changed, 1 insertion(+), 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"); -- cgit v1.2.3