From 5fa6803ab4d29adbb103e749619510985e826db8 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Tue, 10 Jun 2008 15:06:54 -0400
Subject: [PATCH] - Changed the plugin loader to load plugins in alphabetical order - Changed the default settings for websites

---
 server/lib/app.inc.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/server/lib/app.inc.php b/server/lib/app.inc.php
index e8e9b93..62580db 100644
--- a/server/lib/app.inc.php
+++ b/server/lib/app.inc.php
@@ -104,7 +104,7 @@
                             if (!fwrite($fp, date("d.m.Y-H:i")." - ".$priority_txt." - ". $msg."\r\n")) {
                                 die("Unable to write to logfile.");
                             }
-							echo date("d.m.Y-H:i")." - ".$priority_txt." - ". $msg."<br>\n";
+							echo date("d.m.Y-H:i")." - ".$priority_txt." - ". $msg."\n";
                             fclose($fp);
 
                         //} else {

--
Gitblit v1.9.1