[Mapbender-commits] r2742 - branches/dev_lenkne/conf

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Tue Aug 5 11:35:42 EDT 2008


Author: lenkne
Date: 2008-08-05 11:35:42 -0400 (Tue, 05 Aug 2008)
New Revision: 2742

Modified:
   branches/dev_lenkne/conf/session.conf
Log:


Modified: branches/dev_lenkne/conf/session.conf
===================================================================
--- branches/dev_lenkne/conf/session.conf	2008-08-05 15:35:27 UTC (rev 2741)
+++ branches/dev_lenkne/conf/session.conf	2008-08-05 15:35:42 UTC (rev 2742)
@@ -8,6 +8,18 @@
 $_SESSION["mb_myPOI"] = $_REQUEST["mb_myPOI"];
 $_SESSION["mb_myPOI2SCALE"] = $_REQUEST["mb_myPOI2SCALE"];
 
+$_SESSION["mb_lang"] = $_REQUEST["lang"];
+
+$_SESSION["command"] = strtoupper($_REQUEST["COMMAND"]);
+
+$i = 1;
+$_SESSION["wms"] = array();
+while ($_REQUEST["wms".$i]) {
+	array_push($_SESSION["wms"], urldecode($_REQUEST["wms".$i]));
+	$i++;
+}
+unset($i);
+
 $_SESSION["mb_myWmc"] = "";
 $_SESSION["mb_myWmc_action"] = "";
 if ($_REQUEST["wmc_id"]) {
@@ -22,4 +34,4 @@
 	$_SESSION["mb_myWmc"] = $_REQUEST["append_wmc_id"];
 	$_SESSION["mb_myWmc_action"] = "append";
 }
-?>
\ No newline at end of file
+?>



More information about the Mapbender_commits mailing list