diff options
Diffstat (limited to 'packages')
-rw-r--r-- | packages/carp_sync_client.php | 3 |
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"); |