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

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


Author: christoph
Date: 2010-12-11 03:46:11 -0800 (Sat, 11 Dec 2010)
New Revision: 7206

Modified:
   trunk/mapbender/http/php/mod_deleteWMS.php
Log:
bug fix

Modified: trunk/mapbender/http/php/mod_deleteWMS.php
===================================================================
--- trunk/mapbender/http/php/mod_deleteWMS.php	2010-12-11 11:41:33 UTC (rev 7205)
+++ trunk/mapbender/http/php/mod_deleteWMS.php	2010-12-11 11:46:11 UTC (rev 7206)
@@ -18,14 +18,18 @@
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
 
+$e_id="deleteWMS";
 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="deleteWMS";
+//security_patch_log(__FILE__,__LINE__);
+
+
+$wmsList = $_POST["wmsList"];
+$del = $_POST["del"];
+
 require_once(dirname(__FILE__)."/../classes/class_administration.php");
 require_once(dirname(__FILE__)."/../classes/class_georss_factory.php");
 ?>



More information about the Mapbender_commits mailing list