diff config/config.php @ 68:6676ca451dcc extractapp

New: check taglist is deprecated or not. Change url 'LGserver'->'LGServices'
author Zoe Hong <zhong@mpiwg-berlin.mpg.de>
date Tue, 07 Apr 2015 14:59:39 +0200
parents a11f9103b8db
children 97c1e5102a22
line wrap: on
line diff
--- a/config/config.php	Tue Apr 07 14:45:31 2015 +0200
+++ b/config/config.php	Tue Apr 07 14:59:39 2015 +0200
@@ -9,7 +9,7 @@
 	$mysql_user = "root";
 	$mysql_password = "admin";
 	$server_host = "http://localgazetteers-dev/";
-	$lgserver_url = $server_host."LGServer/";
+	$lgserver_url = $server_host."LGServices/";
 
 } else {
 	// localhost
@@ -18,7 +18,7 @@
 	$mysql_user = "root";
 	$mysql_password = "root";
 	$server_host = "http://localhost:1080/localgazetteers-dev/";
-	$lgserver_url = "http://localgazetteers-dev/LGServer/";
+	$lgserver_url = "http://localgazetteers-dev/LGServices/";
 }
 
 $systemNAME = "interface";