view 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 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";
*/

?>