From: Michael Tremer Date: Mon, 6 Nov 2017 19:07:10 +0000 (+0000) Subject: captive: One month is only 30 days instead of 210 X-Git-Tag: v2.19-core117~1^2~100 X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=commitdiff_plain;h=ad1204e4eb397b4f7d10c3bdfa9214aa8c0a0575 captive: One month is only 30 days instead of 210 Signed-off-by: Michael Tremer --- diff --git a/html/cgi-bin/captive.cgi b/html/cgi-bin/captive.cgi index 242549d33f..113c29f412 100755 --- a/html/cgi-bin/captive.cgi +++ b/html/cgi-bin/captive.cgi @@ -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'} -", );