aboutsummaryrefslogtreecommitdiffstats
path: root/config.php
diff options
context:
space:
mode:
Diffstat (limited to 'config.php')
-rw-r--r--config.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/config.php b/config.php
new file mode 100644
index 000000000..d3bb0411c
--- /dev/null
+++ b/config.php
@@ -0,0 +1,10 @@
+<?php
+$cfgBase = 'dev14';
+$cfgUser = 'conventus';
+$cfgPassword = 'Sefsihi';
+$cfgHote = 'localhost';
+
+$table_prefix = 'phpwg_';
+
+define('PHPWG_INSTALLED', true);
+?> \ No newline at end of file