]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - html/cgi-bin/optionsfw.cgi
Firewall: renamed forwardfwctrl to firewallctrl
[people/pmueller/ipfire-2.x.git] / html / cgi-bin / optionsfw.cgi
index 08cf04cba5f22213a34b40ec778d3fd71df69a7d..9563aabc8cfc835d1a1373e99633afe4cb97a749 100644 (file)
@@ -41,7 +41,7 @@ if ($settings{'ACTION'} eq $Lang::tr{'save'}) {
        if ($settings{'defpol'} ne '1'){
                $errormessage .= $Lang::tr{'new optionsfw later'};
                &General::writehash($filename, \%settings);             # Save good settings
-               system("/usr/local/bin/forwardfwctrl");
+               system("/usr/local/bin/firewallctrl");
        }else{
                if ($settings{'POLICY'} ne ''){
                        $fwdfwsettings{'POLICY'} = $settings{'POLICY'};
@@ -56,7 +56,7 @@ if ($settings{'ACTION'} eq $Lang::tr{'save'}) {
                $fwdfwsettings{'POLICY1'} = "$MODE1";
                &General::writehash("${General::swroot}/firewall/settings", \%fwdfwsettings);
                &General::readhash("${General::swroot}/firewall/settings", \%fwdfwsettings);
-               system("/usr/local/bin/forwardfwctrl");
+               system("/usr/local/bin/firewallctrl");
        }
        &General::readhash($filename, \%settings);             # Load good settings
 }