public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Stephan Feddersen <sfeddersen@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH 1/3] WIO: code cleanup
Date: Tue, 04 Aug 2020 21:31:13 +0200	[thread overview]
Message-ID: <20200804193115.22656-1-sfeddersen@ipfire.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 1784 bytes --]

---
 src/wio/wio.cgi | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/src/wio/wio.cgi b/src/wio/wio.cgi
index a92a44473..a5d3d149e 100644
--- a/src/wio/wio.cgi
+++ b/src/wio/wio.cgi
@@ -21,7 +21,7 @@
 #                                                                             #
 ###############################################################################
 #
-# Version: 2020/06/01 13:29:23
+# Version: 2020/08/04 21:12:23
 #
 # This wio.cgi is based on the code from the IPCop WIO Addon
 # and is extremly adapted to work with IPFire.
@@ -1152,7 +1152,7 @@ close (FILE);
 
 	foreach (@ddns) {
 		chomp;
-		
+
 		@temp = split (/\,/, $_);
 
 		if ( $temp[7] eq "on" ) {
@@ -1161,7 +1161,7 @@ close (FILE);
 		else {
 			$bgcolor = "blue";
 		}
-		
+
 		print"<font color='$bgcolor'>$temp[1].$temp[2]</font>";
 		if ( $iddyndns++ ne (@ddns-1) ) { print"<br />\n"; }
 	}
@@ -1334,7 +1334,7 @@ foreach $key (keys %ovpnconfighash) {
 			if (-e "/var/run/$ovpnconfighash{$key}[1]n2n.pid") {
 				my ( @output, @tustate ) = '';
 				my $tport = $ovpnconfighash{$key}[22];
-				my $tnet = new Net::Telnet ( Timeout=>5, Errmode=>'return', Port=>$tport); 
+				my $tnet = new Net::Telnet ( Timeout=>5, Errmode=>'return', Port=>$tport);
 				if ($tport ne '') {
 					$tnet->open('127.0.0.1');
 					@output = $tnet->cmd(String => 'state', Prompt => '/(END.*\n|ERROR:.*\n)/');
@@ -1535,7 +1535,6 @@ my $dotip = length($ipaddresses[$a]) - rindex($ipaddresses[$a],'.');
 						}
 						else {
 							print"<td align='center' height='20'><img src='$imgstatic/$devs_img[$in]' alt='$Lang::tr{$devs_alt[$in]}' title='$Lang::tr{$devs_alt[$in]}' /></td>";
-						
 						}
 					last SWITCH;
 					}
-- 
2.17.1


             reply	other threads:[~2020-08-04 19:31 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-04 19:31 Stephan Feddersen [this message]
2020-08-04 19:31 ` [PATCH 2/3] WIO: new french translation Stephan Feddersen
2020-08-04 19:31 ` [PATCH 3/3] WIO. new version Stephan Feddersen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200804193115.22656-1-sfeddersen@ipfire.org \
    --to=sfeddersen@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox