mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-20 16:02:59 +02:00
Multilanguage fix for index.cgi.
This commit is contained in:
@@ -139,7 +139,7 @@ my $dialButtonDisabled = "disabled='disabled'";
|
||||
&Header::openbigbox('', 'center');
|
||||
|
||||
# licence agreement
|
||||
if ($cgiparams{'ACTION'} eq 'Yes' && $cgiparams{'gpl_accepted'} eq '1') {
|
||||
if ($cgiparams{'ACTION'} eq $Lang::tr{'yes'} && $cgiparams{'gpl_accepted'} eq '1') {
|
||||
system('touch /var/ipfire/main/gpl_accepted')
|
||||
}
|
||||
if (`find /var/ipfire/main/gpl_accepted 2>/dev/null`) {
|
||||
|
||||
Reference in New Issue
Block a user