remove confusing DB_ header in config.php-dist

This commit is contained in:
Andrew Dolgov 2011-04-18 13:58:16 +04:00
parent ad95edc2db
commit 5ddac16837
1 changed files with 1 additions and 3 deletions

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