mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +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'},
|
86400 => $Lang::tr{'24 hours'},
|
||||||
604800 => $Lang::tr{'one week'},
|
604800 => $Lang::tr{'one week'},
|
||||||
1209600 => $Lang::tr{'two weeks'},
|
1209600 => $Lang::tr{'two weeks'},
|
||||||
18144000 => $Lang::tr{'one month'},
|
2592000 => $Lang::tr{'one month'},
|
||||||
31536000 => $Lang::tr{'one year'},
|
31536000 => $Lang::tr{'one year'},
|
||||||
0 => "- $Lang::tr{'unlimited'} -",
|
0 => "- $Lang::tr{'unlimited'} -",
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user