This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree". The branch, next has been updated via f32174956eb8dc6d961c0fe09796e092b6846ae4 (commit) via 3a62dca68e411e90565ab4c9654cae88e56dcfdd (commit) from 440cd2cbfdfb2d386c200a05deb14fcd3a7cb1e6 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit f32174956eb8dc6d961c0fe09796e092b6846ae4 Author: Michael Tremer Date: Tue Oct 17 12:43:42 2017 +0100 captive: Reindent code for better readability Signed-off-by: Michael Tremer commit 3a62dca68e411e90565ab4c9654cae88e56dcfdd Author: Michael Tremer Date: Tue Oct 17 12:41:17 2017 +0100 captive: Localise GREEN/BLUE Signed-off-by: Michael Tremer ----------------------------------------------------------------------- Summary of changes: html/cgi-bin/captive.cgi | 27 +++++++++++++++++++++++---- 1 file changed, 23 insertions(+), 4 deletions(-) Difference in files: diff --git a/html/cgi-bin/captive.cgi b/html/cgi-bin/captive.cgi index c595c0e..629acae 100755 --- a/html/cgi-bin/captive.cgi +++ b/html/cgi-bin/captive.cgi @@ -251,7 +251,6 @@ if ($errormessage) { print <\n - END ; @@ -274,14 +273,34 @@ $selected{'AUTH'}{'TERMS'} = ""; $selected{'AUTH'}{$settings{'AUTH'}} = "selected"; if ($netsettings{'GREEN_DEV'}){ - print ""; + print < + + + +END } + if ($netsettings{'BLUE_DEV'}){ - print ""; + print < + + + +END } print<
$Lang::tr{'Captive active on'} Green
+ $Lang::tr{'Captive active on'} + $Lang::tr{'green'} + + +
$Lang::tr{'Captive active on'} Blue
+ $Lang::tr{'Captive active on'} + $Lang::tr{'blue'} + + +
$Lang::tr{'Captive authentication'} hooks/post-receive -- IPFire 2.x development tree