Remove useless comment

This commit is contained in:
Daniel Berteaud 2012-11-14 19:20:06 +01:00
parent a7dc6d0251
commit c6428c8b02
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ my $port = $mysqld{'TCPPort'} || '3306';
$OUT .=<<"HERE";
define('DB_TYPE', "mysql"); // or mysql
define('DB_TYPE', "mysql");
define('DB_HOST', "localhost");
define('DB_PORT', "$port");
define('DB_USER', "$user");