From c87c0a02f7e123c5a98ca9013734a3c0f3fe9773 Mon Sep 17 00:00:00 2001
From: pedro_morgan <pedro_morgan@ispconfig3>
Date: Fri, 17 Aug 2007 22:50:09 -0400
Subject: [PATCH] Cleaning up code so its PEAR, some warnings to be silenced
---
install/install.php | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/install/install.php b/install/install.php
index 9f4f54c..ed260a0 100644
--- a/install/install.php
+++ b/install/install.php
@@ -35,6 +35,15 @@
//** Check for existing installation
//if(is_dir("/usr/local/ispconfig")) die('We will stop here. There is already a ISPConfig installation, use the update script to update this installation.');
+error_reporting(E_ALL|E_STRICT);
+echo ' _ _____ _____ _____ _____ __ _ _____ _ _____
+| | / ___/ | _ \ / ___| / _ \ | \ | | | ___| | | / ___|
+| | | |___ | |_| | | | | | | | | \| | | |__ | | | |
+| | \___ \ | ___/ | | | | | | | |\ | | __| | | | | _
+| | ___| | | | | |___ | |_| | | | \ | | | | | | |_| |
+|_| /_____/ |_| \_____| \_____/ |_| \_| |_| |_| \_____/ ';
+
+echo "# Setup routine started...\n";
//** Include the library with the basic installer functions
require_once('lib/install.lib.php');
--
Gitblit v1.9.1