Mercurial > hg > extraction-interface
comparison interface/config.php @ 0:b12c99b7c3f0
commit for previous development
author | Zoe Hong <zhong@mpiwg-berlin.mpg.de> |
---|---|
date | Mon, 19 Jan 2015 17:13:49 +0100 |
parents | |
children | ef6d0c6a13d7 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:b12c99b7c3f0 |
---|---|
1 <?php | |
2 | |
3 $systemNAME = "interface"; | |
4 | |
5 $mysql_database="Gazetteer"; | |
6 $mysql_server = "localhost"; | |
7 | |
8 $mysql_user = "root"; | |
9 $mysql_password = "root"; | |
10 /* | |
11 $mysql_user = "Gazetteer"; | |
12 $mysql_password = "3333"; | |
13 */ | |
14 | |
15 ?> |