Mercurial > hg > extraction-interface
diff 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 |
line wrap: on
line diff
--- a/interface/config.php Mon Jan 19 17:13:49 2015 +0100 +++ b/interface/config.php Wed Jan 21 10:49:44 2015 +0100 @@ -2,12 +2,18 @@ $systemNAME = "interface"; -$mysql_database="Gazetteer"; +// local machine +$mysql_database="Gazetteers"; $mysql_server = "localhost"; $mysql_user = "root"; $mysql_password = "root"; -/* + +/* +// MPIWG server +$mysql_database="Gazetteer"; +$mysql_server = "localhost"; + $mysql_user = "Gazetteer"; $mysql_password = "3333"; */