tbrehm
2008-08-01 381908739bd76ec4e04ac77cd9975e8b4285f7eb
install/install.php
@@ -175,6 +175,10 @@
   //* Configure Apache
   swriteln('Configuring Apache');
   $inst->configure_apache();
   //* Configure Firewall
   swriteln('Configuring Firewall');
   $inst->configure_firewall();
   //* Configure ISPConfig
   swriteln('Installing ISPConfig');
@@ -183,6 +187,10 @@
   $inst->conf['apache']['vhost_port'] = $inst->free_query('ISPConfig Port', '8080');
   $inst->install_ispconfig();
   //* Configure DBServer
   swriteln('Configuring DBServer');
   $inst->configure_dbserver();
   //* Configure ISPConfig
   swriteln('Installing Crontab');
@@ -217,6 +225,7 @@
      
   //* Insert the Server record into the database
   swriteln('Adding ISPConfig server record to database.');
   swriteln('');
   $inst->add_database_server_record();
   
@@ -277,6 +286,12 @@
      $inst->configure_apache();
   }
   
   //** Configure Firewall
   if(strtolower($inst->simple_query('Configure Firewall Server',array('y','n'),'y')) == 'y') {
      swriteln('Configuring Firewall');
      $inst->configure_firewall();
   }
   //** Configure ISPConfig :-)
   if(strtolower($inst->simple_query('Install ISPConfig Web-Interface',array('y','n'),'y')) == 'y') {
      swriteln('Installing ISPConfig');
@@ -305,6 +320,10 @@
   }
   
   $inst->install_ispconfig();
   //* Configure DBServer
   swriteln('Configuring DBServer');
   $inst->configure_dbserver();
      
   //* Configure ISPConfig
   swriteln('Installing Crontab');