diff config/config.php @ 102:6ba742b712b0 extractapp

new: use cookie in browser to trigger auto refresh page in LGServices
author Zoe Hong <zhong@mpiwg-berlin.mpg.de>
date Wed, 25 May 2016 11:29:28 +0200
parents c1bb174a22f3
children 2cc65ff46174
line wrap: on
line diff
--- a/config/config.php	Wed May 04 15:22:11 2016 +0200
+++ b/config/config.php	Wed May 25 11:29:28 2016 +0200
@@ -35,6 +35,8 @@
 			$mysql_server = "localhost";
 			$mysql_user = "root";
 			$mysql_password = "root";
+
+
 			$server_host = "http://localhost:1080/localgazetteers-dev/";
 			$lgserver_url = "http://localhost:8080/LGServices/";
 		}