mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
captive: One month is only 30 days instead of 210
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -42,7 +42,7 @@ my %session_times = (
|
||||
86400 => $Lang::tr{'24 hours'},
|
||||
604800 => $Lang::tr{'one week'},
|
||||
1209600 => $Lang::tr{'two weeks'},
|
||||
18144000 => $Lang::tr{'one month'},
|
||||
2592000 => $Lang::tr{'one month'},
|
||||
31536000 => $Lang::tr{'one year'},
|
||||
0 => "- $Lang::tr{'unlimited'} -",
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user