diff options
Diffstat (limited to 'packages/carp_sync_server.php')
-rw-r--r-- | packages/carp_sync_server.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/carp_sync_server.php b/packages/carp_sync_server.php index d832691f..cb292488 100644 --- a/packages/carp_sync_server.php +++ b/packages/carp_sync_server.php @@ -44,6 +44,9 @@ if($config['installedpackages']['carpsettings']['config'] != "") restore_config_section("aliases", $aliases); restore_config_section("nat", $nat); filter_configure(); + unlink("{$g['tmp_path']}/rules_section.txt"); + unlink("{$g['tmp_path']}/aliases_section.txt"); + unlink("{$g['tmp_path']}/nat_section.txt"); } ?>
\ No newline at end of file |