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

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