#!/usr/local/bin/php "") { $rules = return_filename_as_string("{$g['tmp_path']}/rules_section.txt"); $aliases = return_filename_as_string("{$g['tmp_path']}/aliases_section.txt"); $nat = return_filename_as_string("{$g['tmp_path']}/nat_section.txt"); restore_config_section("filter", $rules); 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"); } ?>