X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=html%2Fcgi-bin%2Fcaptive.cgi;h=113c29f412a7428507926f4129ede3ff565ea9a0;hp=242549d33f2eec4391b693a655de279434084777;hb=ad1204e4eb397b4f7d10c3bdfa9214aa8c0a0575;hpb=5c8acc789b4756d942d5e465361eb6b8e3ebad4a 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'} -", );