fhiiqm/inc/conf.inc.php
changeset 1 6288d5685bff
child 40 6f4b105daa24
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/fhiiqm/inc/conf.inc.php	Wed Aug 31 14:22:19 2011 +0200
@@ -0,0 +1,20 @@
+<?php
+
+/**
+ * @author B.Schwarzer, Fritz-Haber-Institut
+ * @copyright 05/2011
+ */
+
+//global $config; // wenn so vereinbart, dann ueberall sichtbar
+
+$config = array(
+// DB Verbindung
+        "server"=>"achilleus",
+//        "server"=>"localhost",
+        "user"=>"www",
+        "passwort"=>"fhiiqm",
+        "dbname"=>"fhiiqm",
+        "dbtyp"=>"mysql"
+                );
+
+?>
\ No newline at end of file