diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-03-13 00:53:37 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-03-13 00:53:37 +0000 |
commit | ee419ae16710cdbc37d885ac1802f09c5543121d (patch) | |
tree | 8138bc8c915e9ec89fdae47a059897302e761ed8 /packages/carp_sync_client.php | |
parent | d996c69f4969a42136ef3e492d81d5c6e87d8db8 (diff) | |
download | pfsense-packages-ee419ae16710cdbc37d885ac1802f09c5543121d.tar.gz pfsense-packages-ee419ae16710cdbc37d885ac1802f09c5543121d.tar.bz2 pfsense-packages-ee419ae16710cdbc37d885ac1802f09c5543121d.zip |
Add back <?php since dehooking from firewall rules add on. This will be run now from cron.
Diffstat (limited to 'packages/carp_sync_client.php')
-rw-r--r-- | packages/carp_sync_client.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/carp_sync_client.php b/packages/carp_sync_client.php index 9857529e..f32f6e36 100644 --- a/packages/carp_sync_client.php +++ b/packages/carp_sync_client.php @@ -1,5 +1,7 @@ #!/usr/bin/php +<?php + /* carp_sync.php part of pfSense (www.pfSense.com) @@ -45,3 +47,4 @@ if($config['installedpackages']['carpsettings']['config'] != "") mwexec("/usr/bin/ssh /usr/local/pkg/carp_sync_server.php"); } +?>
\ No newline at end of file |