diff config/config.php @ 58:a11f9103b8db extractapp

New: 1.display messages 2.handle saving conflict:up-to-date or reload text
author Zoe Hong <zhong@mpiwg-berlin.mpg.de>
date Tue, 31 Mar 2015 10:59:52 +0200
parents 840cdb52f476
children 6676ca451dcc
line wrap: on
line diff
--- a/config/config.php	Mon Mar 30 17:23:47 2015 +0200
+++ b/config/config.php	Tue Mar 31 10:59:52 2015 +0200
@@ -1,8 +1,8 @@
 <?php
 
-$at_local = false;
+$AT_LOCAL = false;
 
-if (!$at_local) {
+if (!$AT_LOCAL) {
 	// host at localgazetteers-dev server
 	$mysql_database = "Gazetteer";
 	$mysql_server = "localhost";