tbrehm
2007-08-13 313e336525fa923002095ef1858b1f29df8da7af
install/install.php
@@ -133,6 +133,10 @@
   // Configure MyDNS
   swriteln('Configuring MyDNS');
   $inst->configure_mydns();
   // Configure Apache
   swriteln('Configuring Apache');
   $inst->configure_apache();
   // Configure ISPConfig
   swriteln('Installing ISPConfig');
@@ -219,6 +223,12 @@
      system("/etc/init.d/mydns restart");
   }
   
   if(strtolower($inst->simple_query('Configure Apache Server',array('y','n'),'y')) == 'y') {
      // Configure Apache
      swriteln('Configuring Apache');
      $inst->configure_apache();
   }
   if(strtolower($inst->simple_query('Install ISPConfig',array('y','n'),'y')) == 'y') {
      // Configure ISPConfig
      swriteln('Installing ISPConfig');