tbrehm
2008-07-09 7c99efcfdd45fcb3ffbdd1a4dca4ef4c79c0471d
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');
@@ -282,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');