X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=html%2Fcgi-bin%2Fshutdown.cgi;h=4ccf805ae0b9766d161ac5726dfa46346c95c785;hp=1e50bd2429ab22d0bf18cea25b37c45cd6d5f5ea;hb=78331e301975a38f952ad9311a7ff3201e5a5e2e;hpb=548f60a5bf6c5b8b6bf15471456cce8ce713a2b1 diff --git a/html/cgi-bin/shutdown.cgi b/html/cgi-bin/shutdown.cgi index 1e50bd2429..4ccf805ae0 100644 --- a/html/cgi-bin/shutdown.cgi +++ b/html/cgi-bin/shutdown.cgi @@ -29,12 +29,12 @@ $cgiparams{'ACTION'} = ''; if ($cgiparams{'ACTION'} eq $Lang::tr{'shutdown'}) { $death = 1; - &General::log($Lang::tr{'shutting down ipcop'}); + &General::log($Lang::tr{'shutting down ipfire'}); #system '/usr/local/bin/ipfiredeath'; system '/usr/local/bin/ipfirereboot down'; } elsif ($cgiparams{'ACTION'} eq $Lang::tr{'reboot'}) { $rebirth = 1; - &General::log($Lang::tr{'rebooting ipcop'}); + &General::log($Lang::tr{'rebooting ipfire'}); #system '/usr/local/bin/ipfirerebirth'; system '/usr/local/bin/ipfirereboot boot'; } elsif ($cgiparams{'ACTION'} eq $Lang::tr{'save'}) { @@ -202,10 +202,10 @@ END my $refresh = ""; if ($death) { $title = $Lang::tr{'shutting down'}; - $message = $Lang::tr{'ipcop has now shutdown'}; + $message = $Lang::tr{'ipfire has now shutdown'}; } else { $title = $Lang::tr{'rebooting'}; - $message = $Lang::tr{'ipcop has now rebooted'}; + $message = $Lang::tr{'ipfire has now rebooted'}; } &Header::openpage($title, 0, $refresh);