diff options
author | Colin Smith <colin@pfsense.org> | 2005-06-20 02:59:09 +0000 |
---|---|---|
committer | Colin Smith <colin@pfsense.org> | 2005-06-20 02:59:09 +0000 |
commit | 17f64c21c3c1846aaecb290b2272422fa26e0e1e (patch) | |
tree | e92b7af019d014796844a98c208e3b9ba26b2b41 /packages | |
parent | bc8b0dded320cb7437f95b5efb81a396d975fd2a (diff) | |
download | pfsense-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.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"); |