Ajout : forum.cyclocoop.org .
[lhc/ateliers.git] / etc / phpbb3 / forum.cyclocoop.org.inc.php
diff --git a/etc/phpbb3/forum.cyclocoop.org.inc.php b/etc/phpbb3/forum.cyclocoop.org.inc.php
new file mode 100644 (file)
index 0000000..c31e213
--- /dev/null
@@ -0,0 +1,15 @@
+<?php
+$dbuser='cyclo_forum';
+$dbpass='';
+$basepath='';
+$dbname='cyclo_forum';
+$dbserver='localhost';
+$dbport='';
+$dbtype='pgsql';
+
+$GLOBALS['dbhost'] = $dbserver;
+       # NOTE: required by phpbb3/install/install_install.php
+
+@define('PHPBB_INSTALLED', true);
+// @define('DEBUG', true);
+// @define('DEBUG_EXTRA', true);