source: trunk/MagicSoft/Mars/datacenter/db/db.php@ 8380

Last change on this file since 8380 was 8380, checked in by hoehne, 18 years ago
*** empty log message ***
  • Property svn:executable set to *
File size: 95 bytes
Line 
1<?php
2
3$host="vela.astro.uni-wuerzburg.de";
4$user="MAGIC";
5$pw="d99swMT!";
6
7$db="MyMagic";
8
9?>
Note: See TracBrowser for help on using the repository browser.