aboutsummaryrefslogtreecommitdiffstats
path: root/packages/carp_sync_client.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-03-14 03:14:13 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-03-14 03:14:13 +0000
commit233cb567778530d80bc143d0e0351edfdbe36a00 (patch)
treef93b8f5d76552e2ae8434004fe3e3c918b752c2d /packages/carp_sync_client.php
parent482f5f96b568335ca94e62549ae5c47bfae6867b (diff)
downloadpfsense-packages-233cb567778530d80bc143d0e0351edfdbe36a00.tar.gz
pfsense-packages-233cb567778530d80bc143d0e0351edfdbe36a00.tar.bz2
pfsense-packages-233cb567778530d80bc143d0e0351edfdbe36a00.zip
Do not:
require("guiconfig.inc"); require("xmlparse_pkg.inc");
Diffstat (limited to 'packages/carp_sync_client.php')
-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 5037a90b..ac8a78ce 100644
--- a/packages/carp_sync_client.php
+++ b/packages/carp_sync_client.php
@@ -28,8 +28,7 @@
POSSIBILITY OF SUCH DAMAGE.
*/
-require("guiconfig.inc");
-require("xmlparse_pkg.inc");
+
if($config['installedpackages']['carpsettings']['config'] != "")
foreach($config['installedpackages']['carpsettings']['config'] as $carp)