[Mapbender-commits] r7273 - trunk/mapbender/http/php

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Sun Dec 12 05:24:12 EST 2010


Author: apour
Date: 2010-12-12 02:24:12 -0800 (Sun, 12 Dec 2010)
New Revision: 7273

Modified:
   trunk/mapbender/http/php/mod_group_filteredGui.php
Log:
done

Modified: trunk/mapbender/http/php/mod_group_filteredGui.php
===================================================================
--- trunk/mapbender/http/php/mod_group_filteredGui.php	2010-12-12 10:22:43 UTC (rev 7272)
+++ trunk/mapbender/http/php/mod_group_filteredGui.php	2010-12-12 10:24:12 UTC (rev 7273)
@@ -17,13 +17,19 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
+$e_id="Group_filteredGui";
 require_once(dirname(__FILE__)."/../php/mb_validateSession.php");
 /*
- * @security_patch irv open
+ * @security_patch irv done
  */
-security_patch_log(__FILE__,__LINE__); 
-import_request_variables("PG"); 
-$e_id="Group_filteredGui";
+//security_patch_log(__FILE__,__LINE__);
+//import_request_variables("PG");
+
+$postvars = explode(",", "selected_group,selected_gui,insert,remove,remove_gui");
+foreach ($postvars as $value) {
+   $$value = $_POST[$value];
+}
+
 ?>
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 <html>



More information about the Mapbender_commits mailing list