tbrehm
2008-06-29 a768b9f03ef4b58fcd5c75c237d3b6419e2608d8
install/install.php
@@ -216,6 +216,7 @@
   }
      
   //* Insert the Server record into the database
   swriteln('Adding ISPConfig server record to database.');
   $inst->add_database_server_record();
   
@@ -281,7 +282,8 @@
      swriteln('Installing ISPConfig');
      
      //** We want to check if the server is a module or cgi based php enabled server
      //** TODO: Don't always ask for this somehow ?
      //** TODO: Don't always ask for this somehow ?
      /*
      $fast_cgi = $inst->simple_query('CGI PHP Enabled Server?', array('yes','no'),'no');
      if($fast_cgi == 'yes') {
@@ -291,6 +293,7 @@
      } else {
          $inst->conf['apache']['vhost_cgi_alias'] = "";
      }
      */
      //** Customise the port ISPConfig runs on
      $inst->conf['apache']['vhost_port'] = $inst->free_query('ISPConfig Port', '8080');