Remove useless comment

tags/0.2.0
Daniel Berteaud 12 years ago
parent a7dc6d0251
commit c6428c8b02
  1. 2
      root/etc/e-smith/templates/usr/share/tt-rss/config.php/10database

@ -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");

Loading…
Cancel
Save