source: tags/Mars-V1.1/datacenter/db/db.php

Last change on this file 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.