]> git.wh0rd.org Git - tt-rss.git/commitdiff
remove confusing DB_ header in config.php-dist
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Mon, 18 Apr 2011 09:58:16 +0000 (13:58 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Mon, 18 Apr 2011 09:58:16 +0000 (13:58 +0400)
config.php-dist

index 1fc384c74fbef57fac31a44c4c8240cca659b54e..301b8856c3aa37f0d0719ab771854ea1e7aa9359 100644 (file)
@@ -1,7 +1,5 @@
 <?php
-       // Your RDBMS must be configured to accept connections
-       // via TCP/IP and authentified by password.
-
+       // Database server configuration
        define('DB_TYPE', "pgsql"); // or mysql
        define('DB_HOST', "localhost");
        define('DB_USER', "fox");