From ad1204e4eb397b4f7d10c3bdfa9214aa8c0a0575 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 6 Nov 2017 19:07:10 +0000 Subject: [PATCH] captive: One month is only 30 days instead of 210 Signed-off-by: Michael Tremer --- html/cgi-bin/captive.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'} -", ); -- 2.39.2