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

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Sat Dec 11 06:41:33 EST 2010


Author: tbaschetti
Date: 2010-12-11 03:41:33 -0800 (Sat, 11 Dec 2010)
New Revision: 7205

Modified:
   trunk/mapbender/http/php/mod_newGui.php
Log:
bugfix

Modified: trunk/mapbender/http/php/mod_newGui.php
===================================================================
--- trunk/mapbender/http/php/mod_newGui.php	2010-12-11 11:36:13 UTC (rev 7204)
+++ trunk/mapbender/http/php/mod_newGui.php	2010-12-11 11:41:33 UTC (rev 7205)
@@ -17,14 +17,16 @@
 # 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="newGui";
 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="newGui";
+//security_patch_log(__FILE__,__LINE__);
+$newGui=$_POST["newGui"];
+$newDesc=$_POST["newDesc"];
 
+
 ?>
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 



More information about the Mapbender_commits mailing list