projects
/
ipfire-2.x.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
5c8acc7
)
captive: One month is only 30 days instead of 210
author
Michael Tremer
<michael.tremer@ipfire.org>
Mon, 6 Nov 2017 19:07:10 +0000
(19:07 +0000)
committer
Michael Tremer
<michael.tremer@ipfire.org>
Mon, 6 Nov 2017 19:07:10 +0000
(19:07 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
html/cgi-bin/captive.cgi
patch
|
blob
|
blame
|
history
diff --git
a/html/cgi-bin/captive.cgi
b/html/cgi-bin/captive.cgi
index
242549d
..
113c29f
100755
(executable)
--- 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'},
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'} -",
);
31536000 => $Lang::tr{'one year'},
0 => "- $Lang::tr{'unlimited'} -",
);