aboutsummaryrefslogtreecommitdiffstats
path: root/packages/carp_sync_server.php
diff options
context:
space:
mode:
Diffstat (limited to 'packages/carp_sync_server.php')
-rw-r--r--packages/carp_sync_server.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/carp_sync_server.php b/packages/carp_sync_server.php
index 54142cdc..84c5fc82 100644
--- a/packages/carp_sync_server.php
+++ b/packages/carp_sync_server.php
@@ -42,7 +42,7 @@ if($config['installedpackages']['carpsettings']['config'] != "")
$trafficshaper = return_filename_as_string("{$g['tmp_path']}/trafficshaper_section.txt");
if($rules <> "") {
restore_config_section("filter", $rules);
- unlink("{$g['tmp_path']}/rules_section.txt");
+ unlink("{$g['tmp_path']}/filter_section.txt");
}
if($aliases <> "") {
restore_config_section("aliases", $aliases);
@@ -54,7 +54,7 @@ if($config['installedpackages']['carpsettings']['config'] != "")
}
if($trafficshaper <> "") {
restore_config_section("shaper", $trafficshaper);
- unlink("{$g['tmp_path']}/nat_section.txt");
+ unlink("{$g['tmp_path']}/shaper_section.txt");
}
filter_configure();