From 74030b9fd322a23ba9e9272542d231daac2b90af Mon Sep 17 00:00:00 2001 From: pedro_morgan <pedro_morgan@ispconfig3> Date: Fri, 17 Aug 2007 22:56:13 -0400 Subject: [PATCH] Janitor --- install/install.php | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/install/install.php b/install/install.php index ed260a0..0696cde 100644 --- a/install/install.php +++ b/install/install.php @@ -43,7 +43,7 @@ | | ___| | | | | |___ | |_| | | | \ | | | | | | |_| | |_| /_____/ |_| \_____| \_____/ |_| \_| |_| |_| \_____/ '; -echo "# Setup routine started...\n"; +echo "\n# Setup routine started...\n"; //** Include the library with the basic installer functions require_once('lib/install.lib.php'); @@ -58,6 +58,7 @@ include_once('dist/lib/'.$conf['distname'].'.lib.php'); include_once('dist/conf/'.$conf['distname'].'.conf.php'); +//TODO: this is not there ???? $conf['dist'] = $dist; //** Lets go ! -- Gitblit v1.9.1