Mercurial > hg > extraction-interface
view interface/config.php @ 23:a879f6b9d166
modification for select-move-taglist: tags don't appear to be duplicated in other topics.
author | Zoe Hong <zhong@mpiwg-berlin.mpg.de> |
---|---|
date | Wed, 25 Feb 2015 10:59:45 +0100 |
parents | ef6d0c6a13d7 |
children |
line wrap: on
line source
<?php $systemNAME = "interface"; // 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"; */ ?>