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

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


Author: apour
Date: 2010-12-12 02:08:33 -0800 (Sun, 12 Dec 2010)
New Revision: 7267

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

Modified: trunk/mapbender/http/php/mod_group_gui.php
===================================================================
--- trunk/mapbender/http/php/mod_group_gui.php	2010-12-12 10:06:50 UTC (rev 7266)
+++ trunk/mapbender/http/php/mod_group_gui.php	2010-12-12 10:08:33 UTC (rev 7267)
@@ -16,14 +16,20 @@
 # You should have received a copy of the GNU General Public License
 # 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_Gui";
 
 require_once(dirname(__FILE__)."/../php/mb_validatePermission.php");
 /*
- * @security_patch irv open
+ * @security_patch irv done
  */
-security_patch_log(__FILE__,__LINE__); 
-import_request_variables("PG"); 
-$e_id="Group_Gui";
+//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