tbrehm
2008-08-18 f1b9899062306c1cf0ba3e7781393b305862feb1
install/install.php
@@ -224,7 +224,7 @@
   if(strtolower($inst->simple_query('Create a new database? (We do not want to join a existing ISPConfig server setup)',array('y','n'),'y')) == 'y') {
      //* Create the mysql database
      $inst->configure_database();
      system('/etc/init.d/mysql restart');
      //system('/etc/init.d/mysql restart');
   }
      
   //* Insert the Server record into the database