pedro_morgan
2007-08-17 c87c0a02f7e123c5a98ca9013734a3c0f3fe9773
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');