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

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Sat Dec 11 05:58:12 EST 2010


Author: tbaschetti
Date: 2010-12-11 02:58:12 -0800 (Sat, 11 Dec 2010)
New Revision: 7201

Modified:
   trunk/mapbender/http/php/mod_filteredGroup_filteredUser.php
   trunk/mapbender/http/php/mod_filteredGui_User.php
   trunk/mapbender/http/php/mod_getStyles.php
   trunk/mapbender/http/php/mod_group_filteredGui.php
   trunk/mapbender/http/php/mod_group_filteredUser.php
   trunk/mapbender/http/php/mod_group_gui.php
   trunk/mapbender/http/php/mod_group_user.php
   trunk/mapbender/http/php/mod_gui_filteredGroup.php
   trunk/mapbender/http/php/mod_gui_filteredUser.php
   trunk/mapbender/http/php/mod_gui_group.php
   trunk/mapbender/http/php/mod_gui_owner.php
   trunk/mapbender/http/php/mod_gui_user.php
   trunk/mapbender/http/php/mod_loadCapabilities.php
   trunk/mapbender/http/php/mod_loadCapabilitiesList.php
   trunk/mapbender/http/php/mod_loadCapabilities_temp.php
   trunk/mapbender/http/php/mod_loadCatalogCapabilities.php
   trunk/mapbender/http/php/mod_loadCatalogToGUI.php
   trunk/mapbender/http/php/mod_loadWFSCapabilities.php
   trunk/mapbender/http/php/mod_newGui.php
   trunk/mapbender/http/php/mod_orphanWMS.php
   trunk/mapbender/http/php/mod_printView1.php
   trunk/mapbender/http/php/mod_showGuiName.php
   trunk/mapbender/http/php/mod_showLoggedUser.php
   trunk/mapbender/http/php/mod_treefolderAdmin.php
   trunk/mapbender/http/php/mod_user_filteredGroup.php
   trunk/mapbender/http/php/mod_user_filteredGui.php
   trunk/mapbender/http/php/mod_user_group.php
   trunk/mapbender/http/php/mod_user_gui.php
   trunk/mapbender/http/php/mod_zoomCoords_en.php
   trunk/mapbender/http/php/nestedSets.php
Log:
change position of require_once(dirname(__FILE__)."/../php/mb_validatePermission.php");

Modified: trunk/mapbender/http/php/mod_filteredGroup_filteredUser.php
===================================================================
--- trunk/mapbender/http/php/mod_filteredGroup_filteredUser.php	2010-12-11 10:56:35 UTC (rev 7200)
+++ trunk/mapbender/http/php/mod_filteredGroup_filteredUser.php	2010-12-11 10:58:12 UTC (rev 7201)
@@ -18,11 +18,10 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
-
-/*  
- * @security_patch irv open 
- */ 
 require_once(dirname(__FILE__)."/../php/mb_validatePermission.php");
+/*
+ * @security_patch irv open
+ */
 security_patch_log(__FILE__,__LINE__); 
 import_request_variables("PG"); 
 $e_id="filteredGoup_filteredUser";

Modified: trunk/mapbender/http/php/mod_filteredGui_User.php
===================================================================
--- trunk/mapbender/http/php/mod_filteredGui_User.php	2010-12-11 10:56:35 UTC (rev 7200)
+++ trunk/mapbender/http/php/mod_filteredGui_User.php	2010-12-11 10:58:12 UTC (rev 7201)
@@ -19,10 +19,10 @@
 
 require_once(dirname(__FILE__)."/../php/mb_validatePermission.php");
 
-/*  
- * @security_patch irv open 
- */ 
 require_once(dirname(__FILE__)."/../php/mb_validatePermission.php");
+/*
+ * @security_patch irv open
+ */
 security_patch_log(__FILE__,__LINE__); 
 import_request_variables("PG"); 
 $e_id="filteredGui_user";

Modified: trunk/mapbender/http/php/mod_getStyles.php
===================================================================
--- trunk/mapbender/http/php/mod_getStyles.php	2010-12-11 10:56:35 UTC (rev 7200)
+++ trunk/mapbender/http/php/mod_getStyles.php	2010-12-11 10:58:12 UTC (rev 7201)
@@ -17,11 +17,10 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
-
-/*  
- * @security_patch irv open 
- */ 
 require_once(dirname(__FILE__)."/../php/mb_validateSession.php");
+/*
+ * @security_patch irv open
+ */
 security_patch_log(__FILE__,__LINE__); 
 import_request_variables("PG"); 
 

Modified: trunk/mapbender/http/php/mod_group_filteredGui.php
===================================================================
--- trunk/mapbender/http/php/mod_group_filteredGui.php	2010-12-11 10:56:35 UTC (rev 7200)
+++ trunk/mapbender/http/php/mod_group_filteredGui.php	2010-12-11 10:58:12 UTC (rev 7201)
@@ -17,11 +17,10 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
-
-/*  
- * @security_patch irv open 
- */ 
 require_once(dirname(__FILE__)."/../php/mb_validateSession.php");
+/*
+ * @security_patch irv open
+ */
 security_patch_log(__FILE__,__LINE__); 
 import_request_variables("PG"); 
 $e_id="Group_filteredGui";

Modified: trunk/mapbender/http/php/mod_group_filteredUser.php
===================================================================
--- trunk/mapbender/http/php/mod_group_filteredUser.php	2010-12-11 10:56:35 UTC (rev 7200)
+++ trunk/mapbender/http/php/mod_group_filteredUser.php	2010-12-11 10:58:12 UTC (rev 7201)
@@ -17,11 +17,10 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
-
-/*  
- * @security_patch irv open 
- */
 require_once(dirname(__FILE__)."/../php/mb_validatePermission.php");
+/*
+ * @security_patch irv open
+ */
 security_patch_log(__FILE__,__LINE__); 
 import_request_variables("PG"); 
 $e_id="group_filteredUser";

Modified: trunk/mapbender/http/php/mod_group_gui.php
===================================================================
--- trunk/mapbender/http/php/mod_group_gui.php	2010-12-11 10:56:35 UTC (rev 7200)
+++ trunk/mapbender/http/php/mod_group_gui.php	2010-12-11 10:58:12 UTC (rev 7201)
@@ -17,11 +17,10 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
-
-/*  
- * @security_patch irv open 
- */ 
 require_once(dirname(__FILE__)."/../php/mb_validatePermission.php");
+/*
+ * @security_patch irv open
+ */
 security_patch_log(__FILE__,__LINE__); 
 import_request_variables("PG"); 
 $e_id="Group_Gui";

Modified: trunk/mapbender/http/php/mod_group_user.php
===================================================================
--- trunk/mapbender/http/php/mod_group_user.php	2010-12-11 10:56:35 UTC (rev 7200)
+++ trunk/mapbender/http/php/mod_group_user.php	2010-12-11 10:58:12 UTC (rev 7201)
@@ -17,11 +17,10 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
-
-/*  
- * @security_patch irv open 
- */
 require_once(dirname(__FILE__)."/../php/mb_validatePermission.php");
+/*
+ * @security_patch irv open
+ */
 security_patch_log(__FILE__,__LINE__); 
 import_request_variables("PG"); 
 $e_id="Group_User";

Modified: trunk/mapbender/http/php/mod_gui_filteredGroup.php
===================================================================
--- trunk/mapbender/http/php/mod_gui_filteredGroup.php	2010-12-11 10:56:35 UTC (rev 7200)
+++ trunk/mapbender/http/php/mod_gui_filteredGroup.php	2010-12-11 10:58:12 UTC (rev 7201)
@@ -17,11 +17,10 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
-
-/*  
- * @security_patch irv open 
- */ 
 require_once(dirname(__FILE__)."/../php/mb_validatePermission.php");
+/*
+ * @security_patch irv open
+ */
 security_patch_log(__FILE__,__LINE__); 
 import_request_variables("PG"); 
 $e_id="gui_filteredGroup";

Modified: trunk/mapbender/http/php/mod_gui_filteredUser.php
===================================================================
--- trunk/mapbender/http/php/mod_gui_filteredUser.php	2010-12-11 10:56:35 UTC (rev 7200)
+++ trunk/mapbender/http/php/mod_gui_filteredUser.php	2010-12-11 10:58:12 UTC (rev 7201)
@@ -18,10 +18,10 @@
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
 
-/*  
- * @security_patch irv open 
+require_once(dirname(__FILE__)."/../php/mb_validatePermission.php");
+/*
+ * @security_patch irv open
  */
-require_once(dirname(__FILE__)."/../php/mb_validatePermission.php");
 security_patch_log(__FILE__,__LINE__); 
 import_request_variables("PG"); 
 $e_id="gui_filteredUser";

Modified: trunk/mapbender/http/php/mod_gui_group.php
===================================================================
--- trunk/mapbender/http/php/mod_gui_group.php	2010-12-11 10:56:35 UTC (rev 7200)
+++ trunk/mapbender/http/php/mod_gui_group.php	2010-12-11 10:58:12 UTC (rev 7201)
@@ -18,10 +18,10 @@
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
 
-/*  
- * @security_patch irv open 
+require_once(dirname(__FILE__)."/../php/mb_validatePermission.php");
+/*
+ * @security_patch irv open
  */
-require_once(dirname(__FILE__)."/../php/mb_validatePermission.php");
 security_patch_log(__FILE__,__LINE__); 
 import_request_variables("PG"); 
 $e_id="Gui_Group";

Modified: trunk/mapbender/http/php/mod_gui_owner.php
===================================================================
--- trunk/mapbender/http/php/mod_gui_owner.php	2010-12-11 10:56:35 UTC (rev 7200)
+++ trunk/mapbender/http/php/mod_gui_owner.php	2010-12-11 10:58:12 UTC (rev 7201)
@@ -18,10 +18,10 @@
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
 
-/*  
- * @security_patch irv open 
- */ 
 require_once(dirname(__FILE__)."/../php/mb_validatePermission.php");
+/*
+ * @security_patch irv open
+ */
 security_patch_log(__FILE__,__LINE__); 
 import_request_variables("PG"); 
 $e_id="gui_owner";

Modified: trunk/mapbender/http/php/mod_gui_user.php
===================================================================
--- trunk/mapbender/http/php/mod_gui_user.php	2010-12-11 10:56:35 UTC (rev 7200)
+++ trunk/mapbender/http/php/mod_gui_user.php	2010-12-11 10:58:12 UTC (rev 7201)
@@ -18,10 +18,10 @@
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
 
+require_once(dirname(__FILE__)."/../php/mb_validatePermission.php");
 /*  
  * @security_patch irv open 
  */ 
-require_once(dirname(__FILE__)."/../php/mb_validatePermission.php");
 security_patch_log(__FILE__,__LINE__); 
 import_request_variables("PG"); 
 $e_id="Gui_User";

Modified: trunk/mapbender/http/php/mod_loadCapabilities.php
===================================================================
--- trunk/mapbender/http/php/mod_loadCapabilities.php	2010-12-11 10:56:35 UTC (rev 7200)
+++ trunk/mapbender/http/php/mod_loadCapabilities.php	2010-12-11 10:58:12 UTC (rev 7201)
@@ -17,11 +17,10 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
-
-/*  
- * @security_patch irv open 
- */
 require_once(dirname(__FILE__)."/../php/mb_validatePermission.php");
+/*
+ * @security_patch irv open
+ */
 security_patch_log(__FILE__,__LINE__); 
 import_request_variables("PG"); 
 $e_id="loadWMS";

Modified: trunk/mapbender/http/php/mod_loadCapabilitiesList.php
===================================================================
--- trunk/mapbender/http/php/mod_loadCapabilitiesList.php	2010-12-11 10:56:35 UTC (rev 7200)
+++ trunk/mapbender/http/php/mod_loadCapabilitiesList.php	2010-12-11 10:58:12 UTC (rev 7201)
@@ -17,11 +17,10 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
-
-/*  
- * @security_patch irv open 
- */
 require_once(dirname(__FILE__)."/../php/mb_validatePermission.php");
+/*
+ * @security_patch irv open
+ */
 security_patch_log(__FILE__,__LINE__); 
 import_request_variables("PG"); 
 $e_id="loadWMSList";

Modified: trunk/mapbender/http/php/mod_loadCapabilities_temp.php
===================================================================
--- trunk/mapbender/http/php/mod_loadCapabilities_temp.php	2010-12-11 10:56:35 UTC (rev 7200)
+++ trunk/mapbender/http/php/mod_loadCapabilities_temp.php	2010-12-11 10:58:12 UTC (rev 7201)
@@ -17,11 +17,10 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
-
-/*  
- * @security_patch irv open 
- */
 require_once(dirname(__FILE__)."/../php/mb_validatePermission.php");
+/*
+ * @security_patch irv open
+ */
 security_patch_log(__FILE__,__LINE__); 
 import_request_variables("PG"); 
 

Modified: trunk/mapbender/http/php/mod_loadCatalogCapabilities.php
===================================================================
--- trunk/mapbender/http/php/mod_loadCatalogCapabilities.php	2010-12-11 10:56:35 UTC (rev 7200)
+++ trunk/mapbender/http/php/mod_loadCatalogCapabilities.php	2010-12-11 10:58:12 UTC (rev 7201)
@@ -18,11 +18,10 @@
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
 //Include required files
-
+require_once(dirname(__FILE__)."/../php/mb_validatePermission.php");
 /*  
  * @security_patch irv open 
  */ 
-require_once(dirname(__FILE__)."/../php/mb_validatePermission.php");
 security_patch_log(__FILE__,__LINE__); 
 import_request_variables("PG"); 
 $e_id="loadCSW";

Modified: trunk/mapbender/http/php/mod_loadCatalogToGUI.php
===================================================================
--- trunk/mapbender/http/php/mod_loadCatalogToGUI.php	2010-12-11 10:56:35 UTC (rev 7200)
+++ trunk/mapbender/http/php/mod_loadCatalogToGUI.php	2010-12-11 10:58:12 UTC (rev 7201)
@@ -17,11 +17,10 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
-
-/*  
- * @security_patch irv open 
- */
 require_once(dirname(__FILE__)."/../php/mb_validatePermission.php");
+/*
+ * @security_patch irv open
+ */
 security_patch_log(__FILE__,__LINE__); 
 import_request_variables("PG"); 
 $e_id="loadCSWGUI";

Modified: trunk/mapbender/http/php/mod_loadWFSCapabilities.php
===================================================================
--- trunk/mapbender/http/php/mod_loadWFSCapabilities.php	2010-12-11 10:56:35 UTC (rev 7200)
+++ trunk/mapbender/http/php/mod_loadWFSCapabilities.php	2010-12-11 10:58:12 UTC (rev 7201)
@@ -17,11 +17,10 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
-
-/*  
- * @security_patch irv open 
- */
 require_once(dirname(__FILE__)."/../php/mb_validatePermission.php");
+/*
+ * @security_patch irv open
+ */
 security_patch_log(__FILE__,__LINE__); 
 import_request_variables("PG"); 
 $e_id="loadWFS";

Modified: trunk/mapbender/http/php/mod_newGui.php
===================================================================
--- trunk/mapbender/http/php/mod_newGui.php	2010-12-11 10:56:35 UTC (rev 7200)
+++ trunk/mapbender/http/php/mod_newGui.php	2010-12-11 10:58:12 UTC (rev 7201)
@@ -17,11 +17,10 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
-
-/*  
- * @security_patch irv open 
- */ 
 require_once(dirname(__FILE__)."/../php/mb_validatePermission.php");
+/*
+ * @security_patch irv open
+ */
 security_patch_log(__FILE__,__LINE__); 
 import_request_variables("PG"); 
 $e_id="newGui";

Modified: trunk/mapbender/http/php/mod_orphanWMS.php
===================================================================
--- trunk/mapbender/http/php/mod_orphanWMS.php	2010-12-11 10:56:35 UTC (rev 7200)
+++ trunk/mapbender/http/php/mod_orphanWMS.php	2010-12-11 10:58:12 UTC (rev 7201)
@@ -17,11 +17,10 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
-
-/*  
- * @security_patch irv open 
- */ 
 require_once(dirname(__FILE__)."/../php/mb_validatePermission.php");
+/*
+ * @security_patch irv open
+ */
 security_patch_log(__FILE__,__LINE__); 
 import_request_variables("PG"); 
 $e_id="orphanWMS";

Modified: trunk/mapbender/http/php/mod_printView1.php
===================================================================
--- trunk/mapbender/http/php/mod_printView1.php	2010-12-11 10:56:35 UTC (rev 7200)
+++ trunk/mapbender/http/php/mod_printView1.php	2010-12-11 10:58:12 UTC (rev 7201)
@@ -17,11 +17,10 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
-
-/*  
- * @security_patch irv open 
- */
 require_once(dirname(__FILE__)."/../php/mb_validatePermission.php");
+/*
+ * @security_patch irv open
+ */
 security_patch_log(__FILE__,__LINE__); 
 import_request_variables("PG"); 
 

Modified: trunk/mapbender/http/php/mod_showGuiName.php
===================================================================
--- trunk/mapbender/http/php/mod_showGuiName.php	2010-12-11 10:56:35 UTC (rev 7200)
+++ trunk/mapbender/http/php/mod_showGuiName.php	2010-12-11 10:58:12 UTC (rev 7201)
@@ -18,10 +18,10 @@
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
 
-/*  
- * @security_patch irv open 
- */ 
 require_once(dirname(__FILE__)."/../php/mb_validateSession.php");
+/*
+ * @security_patch irv open
+ */
 security_patch_log(__FILE__,__LINE__); 
 import_request_variables("PG"); 
 

Modified: trunk/mapbender/http/php/mod_showLoggedUser.php
===================================================================
--- trunk/mapbender/http/php/mod_showLoggedUser.php	2010-12-11 10:56:35 UTC (rev 7200)
+++ trunk/mapbender/http/php/mod_showLoggedUser.php	2010-12-11 10:58:12 UTC (rev 7201)
@@ -18,10 +18,10 @@
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
 
-/*  
- * @security_patch irv open 
- */ 
 require_once(dirname(__FILE__)."/../php/mb_validateSession.php");
+/*
+ * @security_patch irv open
+ */
 security_patch_log(__FILE__,__LINE__); 
 import_request_variables("PG"); 
 

Modified: trunk/mapbender/http/php/mod_treefolderAdmin.php
===================================================================
--- trunk/mapbender/http/php/mod_treefolderAdmin.php	2010-12-11 10:56:35 UTC (rev 7200)
+++ trunk/mapbender/http/php/mod_treefolderAdmin.php	2010-12-11 10:58:12 UTC (rev 7201)
@@ -19,11 +19,10 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
-
-/*  
- * @security_patch irv open 
- */ 
 require_once(dirname(__FILE__)."/../php/mb_validateSession.php");
+/*
+ * @security_patch irv open
+ */
 security_patch_log(__FILE__,__LINE__); 
 import_request_variables("PG"); 
 

Modified: trunk/mapbender/http/php/mod_user_filteredGroup.php
===================================================================
--- trunk/mapbender/http/php/mod_user_filteredGroup.php	2010-12-11 10:56:35 UTC (rev 7200)
+++ trunk/mapbender/http/php/mod_user_filteredGroup.php	2010-12-11 10:58:12 UTC (rev 7201)
@@ -18,10 +18,10 @@
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
 
-/*  
- * @security_patch irv open 
- */ 
 require_once(dirname(__FILE__)."/../php/mb_validatePermission.php");
+/*
+ * @security_patch irv open
+ */
 security_patch_log(__FILE__,__LINE__); 
 import_request_variables("PG"); 
 $e_id="user_filteredGroup";

Modified: trunk/mapbender/http/php/mod_user_filteredGui.php
===================================================================
--- trunk/mapbender/http/php/mod_user_filteredGui.php	2010-12-11 10:56:35 UTC (rev 7200)
+++ trunk/mapbender/http/php/mod_user_filteredGui.php	2010-12-11 10:58:12 UTC (rev 7201)
@@ -17,11 +17,10 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
-
-/*  
- * @security_patch irv open 
- */ 
 require_once(dirname(__FILE__)."/mb_validatePermission.php");
+/*
+ * @security_patch irv open
+ */
 security_patch_log(__FILE__,__LINE__); 
 import_request_variables("PG"); 
 $e_id="user_filteredGui";

Modified: trunk/mapbender/http/php/mod_user_group.php
===================================================================
--- trunk/mapbender/http/php/mod_user_group.php	2010-12-11 10:56:35 UTC (rev 7200)
+++ trunk/mapbender/http/php/mod_user_group.php	2010-12-11 10:58:12 UTC (rev 7201)
@@ -17,11 +17,10 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
-
-/*  
- * @security_patch irv open 
- */ 
 require_once(dirname(__FILE__)."/../php/mb_validatePermission.php");
+/*
+ * @security_patch irv open
+ */
 security_patch_log(__FILE__,__LINE__); 
 import_request_variables("PG"); 
 $e_id="User_Group";

Modified: trunk/mapbender/http/php/mod_user_gui.php
===================================================================
--- trunk/mapbender/http/php/mod_user_gui.php	2010-12-11 10:56:35 UTC (rev 7200)
+++ trunk/mapbender/http/php/mod_user_gui.php	2010-12-11 10:58:12 UTC (rev 7201)
@@ -18,10 +18,10 @@
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
 
+require_once(dirname(__FILE__)."/mb_validatePermission.php");
 /*  
  * @security_patch irv open 
  */ 
-require_once(dirname(__FILE__)."/mb_validatePermission.php");
 security_patch_log(__FILE__,__LINE__); 
 import_request_variables("PG"); 
 $e_id="user_gui";

Modified: trunk/mapbender/http/php/mod_zoomCoords_en.php
===================================================================
--- trunk/mapbender/http/php/mod_zoomCoords_en.php	2010-12-11 10:56:35 UTC (rev 7200)
+++ trunk/mapbender/http/php/mod_zoomCoords_en.php	2010-12-11 10:58:12 UTC (rev 7201)
@@ -18,10 +18,10 @@
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
 
-/*  
- * @security_patch irv open 
- */ 
 require_once(dirname(__FILE__)."/../php/mb_validateSession.php");
+/*
+ * @security_patch irv open
+ */
 security_patch_log(__FILE__,__LINE__); 
 import_request_variables("PG"); 
 

Modified: trunk/mapbender/http/php/nestedSets.php
===================================================================
--- trunk/mapbender/http/php/nestedSets.php	2010-12-11 10:56:35 UTC (rev 7200)
+++ trunk/mapbender/http/php/nestedSets.php	2010-12-11 10:58:12 UTC (rev 7201)
@@ -18,10 +18,10 @@
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
 
-/*  
- * @security_patch irv open 
+require_once(dirname(__FILE__)."/../php/mb_validateSession.php");
+/*
+ * @security_patch irv open
  */
-require_once(dirname(__FILE__)."/../php/mb_validateSession.php");
 security_patch_log(__FILE__,__LINE__); 
 import_request_variables("PG"); 
 



More information about the Mapbender_commits mailing list