view interface/config.php @ 3:f196939ccc03

error handle and alert feedback to user. If error occurs, user'll not be halted by the loading page and sections_revisions will recovery to previous version.
author Zoe Hong <zhong@mpiwg-berlin.mpg.de>
date Mon, 26 Jan 2015 12:19:39 +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";
*/

?>