#!/usr/local/bin/php "") { restore_config_section("filter", $rules); unlink("{$g['tmp_path']}/rules_section.txt"); } if($aliases <> "") { restore_config_section("aliases", $aliases); unlink("{$g['tmp_path']}/aliases_section.txt"); } if($nat <> "") { restore_config_section("nat", $nat); unlink("{$g['tmp_path']}/nat_section.txt"); } if($trafficshaper <> "") { restore_config_section("shaper", $trafficshaper); unlink("{$g['tmp_path']}/nat_section.txt"); } filter_configure(); ?>