Index: trunk/MagicSoft/Mars/datacenter/db/sources.php
===================================================================
--- trunk/MagicSoft/Mars/datacenter/db/sources.php	(revision 7484)
+++ trunk/MagicSoft/Mars/datacenter/db/sources.php	(revision 7549)
@@ -87,7 +87,7 @@
     }
 
-    function PrintPage($html, $db, $alias, $rightalign)
+    function PrintPage($html, $host, $user, $pw, $db, $alias, $rightalign)
     {
-        $db_id = mysql_connect("hercules.astro.uni-wuerzburg.de", "MAGIC", "d99swMT!");
+        $db_id = mysql_connect($host, $user, $pw);
         if ($db_id==FALSE)
         {
@@ -128,5 +128,5 @@
         header("Content-Disposition: attachment; filename=query-result.txt");
 
-        PrintPage("0", $db, $alias, $rightalign);
+        PrintPage("0", $host, $user, $pw, $db, $alias, $rightalign);
     }
     else
@@ -142,5 +142,5 @@
             printf("No query submitted yet.<BR>");
         else
-            PrintPage("1", $db, $alias, $rightalign);
+            PrintPage("1", $host, $user, $pw, $db, $alias, $rightalign);
 
         echo (file_get_contents("index-footer.html"));
