Mercurial > defr > DualBlog
view includes/config.php.dist @ 7:e4e880f786d4
Utilisation d'une variable cohérente avec le config.php.dist
| author | Franck Deroche <webmaster@defr.org> |
|---|---|
| date | Tue, 23 Oct 2007 15:25:27 +0200 |
| parents | 629389204276 |
| children | 96b3c34d3705 |
line wrap: on
line source
<?php define("DB_HOST", "localhost"); define("DB_USER", "user"); define("DB_PASSWORD", "password"); define("DB_NAME", "database_name"); ?>
