From 32b40db8d2e799588bb78e8c07cb70105e4e5d8e Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Mon, 28 May 2007 17:07:54 -0400
Subject: [PATCH] Added getmail module.
---
server/lib/config.inc.php | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/server/lib/config.inc.php b/server/lib/config.inc.php
index 0f95d57..062a52b 100644
--- a/server/lib/config.inc.php
+++ b/server/lib/config.inc.php
@@ -32,8 +32,7 @@
-//$conf["rootpath"] = "F:\\server\\www\\ispconfig3\\server";
-$conf["rootpath"] = "D:\\www\\ispconfig3\\server";
+$conf["rootpath"] = "D:\\server\\www\\ispconfig3\\server";
//$conf["rootpath"] = "/home/www/ispconfig3/web/cms";
$conf["fs_div"] = "/"; // File system divider, \\ on windows and / on linux and unix
@@ -45,8 +44,7 @@
*/
$conf["log_file"] = $conf["rootpath"].$conf["fs_div"]."ispconfig.log";
-$conf["log_priority"] = 0 // 0 = Debug, 1 = Warning, 2 = Error
-
+$conf["log_priority"] = 0; // 0 = Debug, 1 = Warning, 2 = Error
/*
Database Settings
--
Gitblit v1.9.1