diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/includes/config.php.dist	Sat Oct 20 14:15:10 2007 +0200
@@ -0,0 +1,6 @@
+<?php
+  define("DB_HOST", "localhost");
+  define("DB_USER", "user");
+  define("DB_PASSWORD", "password");
+  define("DB_NAME", "database_name");
+?>