tbrehm
2009-01-27 cbda30058c0f61ae2afbd9085afcf841f32751a5
install/lib/installer_base.lib.php
@@ -230,7 +230,7 @@
         $from_ip = gethostbyname($conf['hostname']);
         
         //* username for the ispconfig user
         $conf['mysql']['master_ispconfig_user'] = 'ispconfigserver'.$conf['server_id'];
         $conf['mysql']['master_ispconfig_user'] = 'ispcsrv'.$conf['server_id'];
      
         //* Delete ISPConfig user in the master database, in case that it exists
         $this->dbmaster->query("DELETE FROM mysql.user WHERE User = '".$conf['mysql']['master_ispconfig_user']."' AND Host = '".$from_host."';");
@@ -747,7 +747,7 @@
          $tcp_public_services = trim(str_replace(',',' ',$row["tcp_port"]));
          $udp_public_services = trim(str_replace(',',' ',$row["udp_port"]));
        } else {
          $tcp_public_services = '21 22 25 53 80 110 443 3306 8080 10000';
          $tcp_public_services = '21 22 25 53 80 110 143 443 3306 8080 10000';
          $udp_public_services = '53';
        }