Sergio Cambra
2014-07-04 6f4f7dbd37f50dc2bf0bdaf3d035806d4378bf0b
install/install.php
@@ -65,6 +65,9 @@
define('ISPC_LOG_FILE', '/var/log/ispconfig_install.log');
define('ISPC_INSTALL_ROOT', realpath(dirname(__FILE__).'/../'));
//** Include the templating lib
require_once 'lib/classes/tpl.inc.php';
//** 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.');
@@ -84,6 +87,7 @@
//** Installer Interface
//****************************************************************************************************
$inst = new installer();
swriteln($inst->lng('    Following will be a few questions for primary configuration so be careful.'));
swriteln($inst->lng('    Default values are in [brackets] and can be accepted with <ENTER>.'));
swriteln($inst->lng('    Tap in "quit" (without the quotes) to stop the installer.'."\n\n"));
@@ -187,7 +191,9 @@
   $inst->configure_postfix();
   //* Configure Mailman
   $inst->configure_mailman('install');
   if($conf['mailman']['installed'] == true) {
      $inst->configure_mailman('install');
   }
   //* Configure jailkit
   swriteln('Configuring Jailkit');