mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
vpnmain.cgi: fix string
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
@@ -2385,7 +2385,7 @@ if(($cgiparams{'ACTION'} eq $Lang::tr{'advanced'}) ||
|
|||||||
goto ADVANCED_ERROR;
|
goto ADVANCED_ERROR;
|
||||||
}
|
}
|
||||||
if ($cgiparams{'IKE_LIFETIME'} < 1 || $cgiparams{'IKE_LIFETIME'} > 24) {
|
if ($cgiparams{'IKE_LIFETIME'} < 1 || $cgiparams{'IKE_LIFETIME'} > 24) {
|
||||||
$errormessage = $Lang::tr{'ike lifetime should be between 1 and 8 hours'};
|
$errormessage = $Lang::tr{'ike lifetime should be between 1 and 24 hours'};
|
||||||
goto ADVANCED_ERROR;
|
goto ADVANCED_ERROR;
|
||||||
}
|
}
|
||||||
@temp = split('\|', $cgiparams{'ESP_ENCRYPTION'});
|
@temp = split('\|', $cgiparams{'ESP_ENCRYPTION'});
|
||||||
|
|||||||
Reference in New Issue
Block a user