@@ -251,33 +268,36 @@ END
| $outfwsettings{'DISPLAY_DIP'}:$outfwsettings{'DISPLAY_DPORT'}
| $outfwsettings{'NAME'}
| $outfwsettings{'DISPLAY_STATE'}
- |
+ | $outfwsettings{'LOG'}
+ |
END
;
@@ -308,15 +328,15 @@ END
&Header::closebox();
}
-if ($outfwsettings{'POLICY'} eq 'MODE2'){
+if ($outfwsettings{'POLICY'} ne 'MODE0'){
open( FILE, "< $p2pfile" ) or die "Unable to read $p2pfile";
@p2ps = ;
close FILE;
&Header::openbox('100%', 'center', 'P2P-Block');
print <
- | Protokoll
- | Status
+ | | Protokoll
+ | Status
END
;
my $id = 1;
@@ -327,22 +347,22 @@ END
|
-
-
-
-
END
;
+}
+print " ";
+
} else {
print <
@@ -1437,12 +1435,12 @@ print <
-
-
-
-
-
| $Lang::tr{'advproxy AUTH method'} |
diff --git a/langs/de/cgi-bin/de.pl b/langs/de/cgi-bin/de.pl
index 3173e7fd6..91f31e23c 100644
--- a/langs/de/cgi-bin/de.pl
+++ b/langs/de/cgi-bin/de.pl
@@ -926,6 +926,7 @@
'log viewing options' => 'Log Ansichts-Optionen',
'log-options' => 'Logfile options',
'loged in at' => 'Angemeldet seit',
+'logging' => 'Logging',
'logging server' => 'Protokollierungs-Server',
'loginlogout' => 'Login/Logout',
'lookup failed' => 'Reverse Lookup gescheitert',
diff --git a/langs/en/cgi-bin/en.pl b/langs/en/cgi-bin/en.pl
index ade961edb..6dbe21c05 100644
--- a/langs/en/cgi-bin/en.pl
+++ b/langs/en/cgi-bin/en.pl
@@ -937,6 +937,7 @@
'log viewing options' => 'Log viewing options',
'log-options' => 'Logfile options',
'loged in at' => 'Logged In At',
+'logging' => 'Logging',
'logging server' => 'Logging server',
'loginlogout' => 'Login/Logout',
'lookup failed' => 'Reverse lookup failed',
|