From aa72a6e22c2f2dd75b2a66254dd9d6611ab8dede Mon Sep 17 00:00:00 2001 From: Colin Smith Date: Thu, 31 Mar 2005 01:53:15 +0000 Subject: Move carp_sync_server.php to the attic. --- packages/carp_sync_server.php | 69 ------------------------------------------- 1 file changed, 69 deletions(-) delete mode 100644 packages/carp_sync_server.php (limited to 'packages') diff --git a/packages/carp_sync_server.php b/packages/carp_sync_server.php deleted file mode 100644 index dbdf45b0..00000000 --- a/packages/carp_sync_server.php +++ /dev/null @@ -1,69 +0,0 @@ -#!/usr/local/bin/php - - "") - restore_config_section("filter", $rules); - unlink("{$g['tmp_path']}/filter_section.txt"); - } - if (file_exists("{$g['tmp_path']}/aliases_section.txt")) { - $aliases = return_filename_as_string("{$g['tmp_path']}/aliases_section.txt"); - if($aliases <> "") - restore_config_section("aliases", $aliases); - unlink("{$g['tmp_path']}/aliases_section.txt"); - } - if (file_exists("{$g['tmp_path']}/nat_section.txt")) { - $nat = return_filename_as_string("{$g['tmp_path']}/nat_section.txt"); - if($nat <> "") - restore_config_section("nat", $nat); - unlink("{$g['tmp_path']}/nat_section.txt"); - } - if (file_exists("{$g['tmp_path']}/shaper_section.txt")) { - $shaper = return_filename_as_string("{$g['tmp_path']}/shaper_section.txt"); - if($shaper <> "") - restore_config_section("shaper", $shaper); - unlink("{$g['tmp_path']}/shaper_section.txt"); - } - - /* reconfigure */ - filter_configure(); -} - -?> -- cgit v1.2.3