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