Ajout : forum.cyclocoop.org .
[lhc/ateliers.git] / etc / phpbb3 / database.inc.php
diff --git a/etc/phpbb3/database.inc.php b/etc/phpbb3/database.inc.php
new file mode 100644 (file)
index 0000000..b153c0d
--- /dev/null
@@ -0,0 +1,13 @@
+<?php
+## database access settings in php format
+## automatically generated from /etc/dbconfig-common/phpbb3.conf
+## by /usr/sbin/dbconfig-generate-include
+## Wed, 28 May 2014 13:19:09 +0200
+##
+## by default this file is managed via ucf, so you shouldn't have to
+## worry about manual changes being silently discarded.  *however*,
+## you'll probably also want to edit the configuration file mentioned
+## above too.
+##
+$config = "/etc/phpbb3/".$_SERVER["SERVER_NAME"].".inc.php";
+include($config);