aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-03-12 23:11:44 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-03-12 23:11:44 +0000
commita380b74811d22709245c4f2d00ca5d23c7115051 (patch)
treebfb7f71db1e5980b5ddf591d10bd48781f9fda63
parent43a274062945022b6caaf4db2c13d1c4764c0407 (diff)
downloadpfsense-packages-a380b74811d22709245c4f2d00ca5d23c7115051.tar.gz
pfsense-packages-a380b74811d22709245c4f2d00ca5d23c7115051.tar.bz2
pfsense-packages-a380b74811d22709245c4f2d00ca5d23c7115051.zip
This code gets eval'd... No need to surround with <?php
-rw-r--r--packages/carp_sync_client.php3
-rw-r--r--packages/carp_sync_server.php3
2 files changed, 2 insertions, 4 deletions
diff --git a/packages/carp_sync_client.php b/packages/carp_sync_client.php
index 7f91efca..9857529e 100644
--- a/packages/carp_sync_client.php
+++ b/packages/carp_sync_client.php
@@ -1,5 +1,5 @@
#!/usr/bin/php
-<?php
+
/*
carp_sync.php
part of pfSense (www.pfSense.com)
@@ -45,4 +45,3 @@ if($config['installedpackages']['carpsettings']['config'] != "")
mwexec("/usr/bin/ssh /usr/local/pkg/carp_sync_server.php");
}
-?>
diff --git a/packages/carp_sync_server.php b/packages/carp_sync_server.php
index 02dbf483..fdef4571 100644
--- a/packages/carp_sync_server.php
+++ b/packages/carp_sync_server.php
@@ -1,5 +1,5 @@
#!/usr/bin/php
-<?php
+
/*
carp_sync.php
part of pfSense (www.pfSense.com)
@@ -38,4 +38,3 @@ if($config['installedpackages']['carpsettings']['config'] != "")
restore_config_section("rules", $rules);
}
-?>