From 38be018b2148aea77bf617e7085657fe2ca6c15c Mon Sep 17 00:00:00 2001
From: moglia <moglia@ispconfig3>
Date: Sun, 09 Aug 2009 23:34:12 -0400
Subject: [PATCH] Do not apply port if host is http only for https.

---
 interface/web/monitor/lib/lang/de_syslog_list.lng |   15 ++++++++-------
 1 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/interface/web/monitor/lib/lang/de_syslog_list.lng b/interface/web/monitor/lib/lang/de_syslog_list.lng
index bd879a0..f9a02e8 100644
--- a/interface/web/monitor/lib/lang/de_syslog_list.lng
+++ b/interface/web/monitor/lib/lang/de_syslog_list.lng
@@ -1,7 +1,8 @@
-<?php
-$wb['list_head_txt'] = 'ISPConfig Protokoll';
-$wb['tstamp_txt'] = 'Datum';
-$wb['server_id_txt'] = 'Server';
-$wb['loglevel_txt'] = 'Protokolllevel';
-$wb['message_txt'] = 'Nachricht';
-?>
+<?php
+$wb['list_head_txt'] = 'ISPConfig Protokoll';
+$wb['tstamp_txt'] = 'Datum';
+$wb['server_id_txt'] = 'Server';
+$wb['loglevel_txt'] = 'Protokolllevel';
+$wb['message_txt'] = 'Nachricht';
+?>
+

--
Gitblit v1.9.1