added config.php

This commit is contained in:
Andrew Dolgov 2005-08-21 12:13:04 +01:00
parent 2c1dd701a0
commit 8af5db8f83

4
config.php-dist Normal file
View file

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