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 42a1655807987cc2c51cd06cfa832dbf4de0639a (commit) from 60f396d77d0d67b37e43ba622611a8f90633567f (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 42a1655807987cc2c51cd06cfa832dbf4de0639a Author: Michael Tremer michael.tremer@ipfire.org Date: Tue Sep 13 20:44:48 2011 +0200
Remove OpenVPN changes in index.cgi.
-----------------------------------------------------------------------
Summary of changes: html/cgi-bin/index.cgi | 19 ------------------- 1 files changed, 0 insertions(+), 19 deletions(-)
Difference in files: diff --git a/html/cgi-bin/index.cgi b/html/cgi-bin/index.cgi index 0ef95ba..b325250 100644 --- a/html/cgi-bin/index.cgi +++ b/html/cgi-bin/index.cgi @@ -390,25 +390,6 @@ END END }
-### -# m.a.d n2n -### - -if ( -d "${General::swroot}/ovpn/n2nconf") { -my %confighash=(); -&General::readhasharray("${General::swroot}/ovpn/ovpnconfig", %confighash); -foreach my $dkey (keys %confighash) { -if ($confighash{$dkey}[0] eq 'on' && $confighash{$dkey}[3] eq 'net') { -my @n2novpnet = split(///,$confighash{$dkey}[27]); - print <<END; - <tr><td align='center' bgcolor='$Header::colourvpn' width='25%'><a href="/cgi-bin/ovpnmain.cgi"><font size='2' color='white'><b>OpenVPN n2n</b></font></a><br> - <td width='30%' align='center'> $n2novpnet[0] - <td width='45%' align='center'><font color=$Header::colourblue>$confighash{$dkey}[6]</font> -END -} -} - } - # Fireinfo if ( ! -e "/var/ipfire/main/send_profile") { $warnmessage .= "<li><a style='color: white;' href='fireinfo.cgi'>$Lang::tr{'fireinfo please enable'}</a></li>";
hooks/post-receive -- IPFire 2.x development tree