added config.php

This commit is contained in:
Andrew Dolgov 2005-08-21 12:13:04 +01:00
parent 2c1dd701a0
commit 8af5db8f83
1 changed files with 4 additions and 0 deletions

4
config.php-dist Normal file
View File

@ -0,0 +1,4 @@
<?
define(DB_CONN, "host=localhost dbname=fox user=fox password=XXXXXXXXXXX");
?>