diff config/config.php @ 1:38851c894301

path config
author Zoe Hong <zhong@mpiwg-berlin.mpg.de>
date Tue, 24 Mar 2015 16:27:18 +0100
parents c9363a90b8b5
children bc6ce492f15d
line wrap: on
line diff
--- a/config/config.php	Tue Mar 24 15:12:34 2015 +0100
+++ b/config/config.php	Tue Mar 24 16:27:18 2015 +0100
@@ -9,6 +9,7 @@
 	$mysql_user = "root";
 	$mysql_password = "admin";
 	$server_host = "http://localgazetteers-dev/";
+	$lgserver_url = $server_host."LGServer/";
 
 } else {
 	// localhost
@@ -17,10 +18,11 @@
 	$mysql_user = "root";
 	$mysql_password = "root";
 	$server_host = "http://localhost:1080/localgazetteers-dev/";
+	$lgserver_url = "http://localgazetteers-dev/LGServer/";
+
 }
 
 $systemNAME = "interface";
 $system_root_url = $server_host."LGSearch/";
-$lgserver_url = $server_host."LGServer/";
 
 ?>