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

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


Author: christoph
Date: 2010-12-12 02:03:45 -0800 (Sun, 12 Dec 2010)
New Revision: 7263

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

Modified: trunk/mapbender/http/php/mod_filteredGui_group.php
===================================================================
--- trunk/mapbender/http/php/mod_filteredGui_group.php	2010-12-12 10:03:32 UTC (rev 7262)
+++ trunk/mapbender/http/php/mod_filteredGui_group.php	2010-12-12 10:03:45 UTC (rev 7263)
@@ -17,16 +17,18 @@
 # 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="filteredGui_Group";
 require_once(dirname(__FILE__)."/../php/mb_validatePermission.php");
 
 /*  
- * @security_patch irv open 
+ * @security_patch irv done
  */ 
-require_once(dirname(__FILE__)."/../php/mb_validatePermission.php");
-security_patch_log(__FILE__,__LINE__); 
-import_request_variables("PG");
+//security_patch_log(__FILE__,__LINE__);
+$postvars = explode(",", "selected_gui,insert,remove,remove_group,selected_group");
+foreach ($postvars as $value) {
+   $$value = $_POST[$value];
+}
 
-$e_id="filteredGui_Group";
 ?>
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 <html>



More information about the Mapbender_commits mailing list