From 4cfff787c076d963ff56103ef416a1ea661a375d Mon Sep 17 00:00:00 2001
From: ftimme <ft@falkotimme.com>
Date: Thu, 15 Dec 2005 11:41:04 -0500
Subject: [PATCH] 

---
 interface/lib/config.inc.php |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/interface/lib/config.inc.php b/interface/lib/config.inc.php
index 8f63a89..2be920c 100644
--- a/interface/lib/config.inc.php
+++ b/interface/lib/config.inc.php
@@ -29,9 +29,9 @@
 
 ini_set('register_globals',0);
 
-$conf["rootpath"] 		= "F:\\server\\www\\ispconfig3\\interface";
-//$conf["rootpath"] 		= "D:\\www\\ispconfig3\\interface";
-//$conf["rootpath"] 		= "/home/www/ispconfig3/web/cms";
+$conf["rootpath"]                 = "F:\\server\\www\\ispconfig3\\interface";
+//$conf["rootpath"]                 = "D:\\www\\ispconfig3\\interface";
+//$conf["rootpath"]                 = "/home/www/ispconfig3/web/cms";
 
 $conf["fs_div"]                 = "\\"; // File system divider, \\ on windows and / on linux and unix
 $conf["classpath"]                 = $conf["rootpath"].$conf["fs_div"]."lib".$conf["fs_div"]."classes";
@@ -64,6 +64,7 @@
 
 $conf["theme"]                                         = 'default';
 $conf["html_content_encoding"]        = 'text/html; charset=iso-8859-1';
+$conf["logo"] = 'themes/default/images/mydns_config_logo.png';
 
 /*
         Default Language

--
Gitblit v1.9.1