Mercurial > hg > extraction-interface
comparison interface/config.php @ 1:ef6d0c6a13d7
(1)Add 'sort_by' time entry in main page. (check_sections.php)
Modify check_sections_details page to have level3 option.
(2)Modify map to have default dataset loaded.
| author | Zoe Hong <zhong@mpiwg-berlin.mpg.de> |
|---|---|
| date | Wed, 21 Jan 2015 10:49:44 +0100 |
| parents | b12c99b7c3f0 |
| children |
comparison
equal
deleted
inserted
replaced
| 0:b12c99b7c3f0 | 1:ef6d0c6a13d7 |
|---|---|
| 1 <?php | 1 <?php |
| 2 | 2 |
| 3 $systemNAME = "interface"; | 3 $systemNAME = "interface"; |
| 4 | 4 |
| 5 $mysql_database="Gazetteer"; | 5 // local machine |
| 6 $mysql_database="Gazetteers"; | |
| 6 $mysql_server = "localhost"; | 7 $mysql_server = "localhost"; |
| 7 | 8 |
| 8 $mysql_user = "root"; | 9 $mysql_user = "root"; |
| 9 $mysql_password = "root"; | 10 $mysql_password = "root"; |
| 10 /* | 11 |
| 12 /* | |
| 13 // MPIWG server | |
| 14 $mysql_database="Gazetteer"; | |
| 15 $mysql_server = "localhost"; | |
| 16 | |
| 11 $mysql_user = "Gazetteer"; | 17 $mysql_user = "Gazetteer"; |
| 12 $mysql_password = "3333"; | 18 $mysql_password = "3333"; |
| 13 */ | 19 */ |
| 14 | 20 |
| 15 ?> | 21 ?> |
