annotate includes/config.php.dist @ 0:629389204276

Import initial
author Franck Deroche <webmaster@defr.org>
date Sat, 20 Oct 2007 14:15:10 +0200
parents
children 96b3c34d3705
rev   line source
webmaster@0 1 <?php
webmaster@0 2 define("DB_HOST", "localhost");
webmaster@0 3 define("DB_USER", "user");
webmaster@0 4 define("DB_PASSWORD", "password");
webmaster@0 5 define("DB_NAME", "database_name");
webmaster@0 6 ?>