[Mapbender-commits] r9918 - trunk/mapbender/http/php
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Thu Jun 14 02:47:32 PDT 2018
Author: armin11
Date: 2018-06-14 02:47:32 -0700 (Thu, 14 Jun 2018)
New Revision: 9918
Modified:
trunk/mapbender/http/php/mb_validateSession.php
Log:
TODO hints
Modified: trunk/mapbender/http/php/mb_validateSession.php
===================================================================
--- trunk/mapbender/http/php/mb_validateSession.php 2018-06-14 09:44:59 UTC (rev 9917)
+++ trunk/mapbender/http/php/mb_validateSession.php 2018-06-14 09:47:32 UTC (rev 9918)
@@ -45,11 +45,13 @@
if (!isset($gui_id)) {
$e = new mb_notice("gui id not set");
if (isset($_REQUEST["guiID"])) {
+ //TODO validate guiID & mb_user_myGui
$gui_id = $_REQUEST["guiID"];
$e = new mb_notice("gui id set to guiID: " . $gui_id);
}
//set this to hold the get parameters for login.php in sync
elseif (isset($_REQUEST["mb_user_myGui"])) {
+ //TODO validate guiID & mb_user_myGui
$gui_id = $_REQUEST["mb_user_myGui"];
$e = new mb_notice("gui id set to gui_id: " . $gui_id);
}
More information about the Mapbender_commits
mailing list