[Mapbender-commits] r2205 - branches/2.5/http/php
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Thu Mar 6 11:33:34 EST 2008
Author: christoph
Date: 2008-03-06 11:33:33 -0500 (Thu, 06 Mar 2008)
New Revision: 2205
Modified:
branches/2.5/http/php/mod_addWmsFromFeatureInfo.php
branches/2.5/http/php/mod_changePassword.php
branches/2.5/http/php/mod_createUser.php
branches/2.5/http/php/mod_deleteFilteredGUI.php
branches/2.5/http/php/mod_deleteGUI.php
branches/2.5/http/php/mod_deleteWFS.php
branches/2.5/http/php/mod_deleteWMS.php
branches/2.5/http/php/mod_editElementVars.php
branches/2.5/http/php/mod_editFilteredGroup.php
branches/2.5/http/php/mod_editFilteredUser.php
branches/2.5/http/php/mod_editGuiWms.php
branches/2.5/http/php/mod_editGuiWmsMeta.php
branches/2.5/http/php/mod_editSelf.php
branches/2.5/http/php/mod_editUser.php
branches/2.5/http/php/mod_edit_element_vars.php
branches/2.5/http/php/mod_edit_metadata.php
branches/2.5/http/php/mod_evalArea.php
branches/2.5/http/php/mod_exportGUI.php
branches/2.5/http/php/mod_export_image.php
branches/2.5/http/php/mod_filteredGroup_Gui.php
branches/2.5/http/php/mod_filteredGroup_User.php
branches/2.5/http/php/mod_filteredGroup_filteredGui.php
branches/2.5/http/php/mod_filteredGroup_filteredUser.php
branches/2.5/http/php/mod_filteredGui_User.php
branches/2.5/http/php/mod_filteredGui_filteredGroup.php
branches/2.5/http/php/mod_filteredGui_filteredUser.php
branches/2.5/http/php/mod_filteredGui_group.php
branches/2.5/http/php/mod_filteredUser_Group.php
branches/2.5/http/php/mod_filteredUser_Gui.php
branches/2.5/http/php/mod_filteredUser_filteredGroup.php
branches/2.5/http/php/mod_filteredUser_filteredGui.php
branches/2.5/http/php/mod_filteredWms_topic.php
branches/2.5/http/php/mod_forgottenPassword.php
branches/2.5/http/php/mod_getStyles.php
branches/2.5/http/php/mod_group_filteredGui.php
branches/2.5/http/php/mod_group_filteredUser.php
branches/2.5/http/php/mod_group_gui.php
branches/2.5/http/php/mod_group_user.php
branches/2.5/http/php/mod_gui_filteredGroup.php
branches/2.5/http/php/mod_gui_filteredUser.php
branches/2.5/http/php/mod_gui_group.php
branches/2.5/http/php/mod_gui_owner.php
branches/2.5/http/php/mod_gui_user.php
branches/2.5/http/php/mod_loadCapabilities.php
branches/2.5/http/php/mod_loadCapabilitiesList.php
branches/2.5/http/php/mod_loadCapabilities_temp.php
branches/2.5/http/php/mod_loadWFSCapabilities.php
branches/2.5/http/php/mod_newGui.php
branches/2.5/http/php/mod_orphanWMS.php
branches/2.5/http/php/mod_printView1.php
branches/2.5/http/php/mod_renameGUI.php
branches/2.5/http/php/mod_showLoggedUser.php
branches/2.5/http/php/mod_treefolderAdmin.php
branches/2.5/http/php/mod_treefolderClient.php
branches/2.5/http/php/mod_updateWMS.php
branches/2.5/http/php/mod_user_filteredGroup.php
branches/2.5/http/php/mod_user_filteredGui.php
branches/2.5/http/php/mod_user_group.php
branches/2.5/http/php/mod_user_gui.php
branches/2.5/http/php/mod_zoomCoords.php
branches/2.5/http/php/mod_zoomCoords_en.php
branches/2.5/http/php/nestedSets.php
Log:
re-inserted import_request_variables("PG")
Modified: branches/2.5/http/php/mod_addWmsFromFeatureInfo.php
===================================================================
--- branches/2.5/http/php/mod_addWmsFromFeatureInfo.php 2008-03-06 16:33:25 UTC (rev 2204)
+++ branches/2.5/http/php/mod_addWmsFromFeatureInfo.php 2008-03-06 16:33:33 UTC (rev 2205)
@@ -17,6 +17,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+import_request_variables("PG");
require_once(dirname(__FILE__)."/../php/mb_validateSession.php");
include(dirname(__FILE__).'/../include/dyn_js.php');
Modified: branches/2.5/http/php/mod_changePassword.php
===================================================================
--- branches/2.5/http/php/mod_changePassword.php 2008-03-06 16:33:25 UTC (rev 2204)
+++ branches/2.5/http/php/mod_changePassword.php 2008-03-06 16:33:33 UTC (rev 2205)
@@ -18,6 +18,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+import_request_variables("PG");
require_once(dirname(__FILE__)."/../php/mb_validateSession.php");
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
Modified: branches/2.5/http/php/mod_createUser.php
===================================================================
--- branches/2.5/http/php/mod_createUser.php 2008-03-06 16:33:25 UTC (rev 2204)
+++ branches/2.5/http/php/mod_createUser.php 2008-03-06 16:33:33 UTC (rev 2205)
@@ -18,6 +18,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+import_request_variables("PG");
require_once(dirname(__FILE__)."/../php/mb_validateSession.php");
require_once(dirname(__FILE__)."/../classes/class_gui.php");
require_once(dirname(__FILE__)."/../classes/class_administration.php");
Modified: branches/2.5/http/php/mod_deleteFilteredGUI.php
===================================================================
--- branches/2.5/http/php/mod_deleteFilteredGUI.php 2008-03-06 16:33:25 UTC (rev 2204)
+++ branches/2.5/http/php/mod_deleteFilteredGUI.php 2008-03-06 16:33:33 UTC (rev 2205)
@@ -17,6 +17,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+import_request_variables("PG");
require_once(dirname(__FILE__)."/../php/mb_validatePermission.php");
require_once(dirname(__FILE__)."/../classes/class_administration.php");
Modified: branches/2.5/http/php/mod_deleteGUI.php
===================================================================
--- branches/2.5/http/php/mod_deleteGUI.php 2008-03-06 16:33:25 UTC (rev 2204)
+++ branches/2.5/http/php/mod_deleteGUI.php 2008-03-06 16:33:33 UTC (rev 2205)
@@ -17,6 +17,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place
+import_request_variables("PG");
require_once(dirname(__FILE__)."/../php/mb_validatePermission.php");
require_once(dirname(__FILE__)."/../classes/class_administration.php");
?>
Modified: branches/2.5/http/php/mod_deleteWFS.php
===================================================================
--- branches/2.5/http/php/mod_deleteWFS.php 2008-03-06 16:33:25 UTC (rev 2204)
+++ branches/2.5/http/php/mod_deleteWFS.php 2008-03-06 16:33:33 UTC (rev 2205)
@@ -17,6 +17,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+import_request_variables("PG");
require_once(dirname(__FILE__)."/../php/mb_validatePermission.php");
require_once(dirname(__FILE__)."/../classes/class_administration.php");
?>
Modified: branches/2.5/http/php/mod_deleteWMS.php
===================================================================
--- branches/2.5/http/php/mod_deleteWMS.php 2008-03-06 16:33:25 UTC (rev 2204)
+++ branches/2.5/http/php/mod_deleteWMS.php 2008-03-06 16:33:33 UTC (rev 2205)
@@ -17,6 +17,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+import_request_variables("PG");
require_once(dirname(__FILE__)."/../php/mb_validatePermission.php");
?>
Modified: branches/2.5/http/php/mod_editElementVars.php
===================================================================
--- branches/2.5/http/php/mod_editElementVars.php 2008-03-06 16:33:25 UTC (rev 2204)
+++ branches/2.5/http/php/mod_editElementVars.php 2008-03-06 16:33:33 UTC (rev 2205)
@@ -17,6 +17,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+import_request_variables("PG");
require_once(dirname(__FILE__)."/../php/mb_validateSession.php");
?>
Modified: branches/2.5/http/php/mod_editFilteredGroup.php
===================================================================
--- branches/2.5/http/php/mod_editFilteredGroup.php 2008-03-06 16:33:25 UTC (rev 2204)
+++ branches/2.5/http/php/mod_editFilteredGroup.php 2008-03-06 16:33:33 UTC (rev 2205)
@@ -18,6 +18,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+import_request_variables("PG");
require_once(dirname(__FILE__)."/../php/mb_validatePermission.php");
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
Modified: branches/2.5/http/php/mod_editFilteredUser.php
===================================================================
--- branches/2.5/http/php/mod_editFilteredUser.php 2008-03-06 16:33:25 UTC (rev 2204)
+++ branches/2.5/http/php/mod_editFilteredUser.php 2008-03-06 16:33:33 UTC (rev 2205)
@@ -18,6 +18,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+import_request_variables("PG");
require_once(dirname(__FILE__)."/../php/mb_validatePermission.php");
$myUser = true;
?>
Modified: branches/2.5/http/php/mod_editGuiWms.php
===================================================================
--- branches/2.5/http/php/mod_editGuiWms.php 2008-03-06 16:33:25 UTC (rev 2204)
+++ branches/2.5/http/php/mod_editGuiWms.php 2008-03-06 16:33:33 UTC (rev 2205)
@@ -17,6 +17,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+import_request_variables("PG");
require_once(dirname(__FILE__)."/../php/mb_validatePermission.php");
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
Modified: branches/2.5/http/php/mod_editGuiWmsMeta.php
===================================================================
--- branches/2.5/http/php/mod_editGuiWmsMeta.php 2008-03-06 16:33:25 UTC (rev 2204)
+++ branches/2.5/http/php/mod_editGuiWmsMeta.php 2008-03-06 16:33:33 UTC (rev 2205)
@@ -17,6 +17,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+import_request_variables("PG");
include(dirname(__FILE__)."/../php/mb_validateSession.php");
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
Modified: branches/2.5/http/php/mod_editSelf.php
===================================================================
--- branches/2.5/http/php/mod_editSelf.php 2008-03-06 16:33:25 UTC (rev 2204)
+++ branches/2.5/http/php/mod_editSelf.php 2008-03-06 16:33:33 UTC (rev 2205)
@@ -17,6 +17,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+import_request_variables("PG");
require_once(dirname(__FILE__)."/../php/mb_validateSession.php");
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
Modified: branches/2.5/http/php/mod_editUser.php
===================================================================
--- branches/2.5/http/php/mod_editUser.php 2008-03-06 16:33:25 UTC (rev 2204)
+++ branches/2.5/http/php/mod_editUser.php 2008-03-06 16:33:33 UTC (rev 2205)
@@ -18,6 +18,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+import_request_variables("PG");
require_once(dirname(__FILE__)."/../php/mb_validatePermission.php");
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
Modified: branches/2.5/http/php/mod_edit_element_vars.php
===================================================================
--- branches/2.5/http/php/mod_edit_element_vars.php 2008-03-06 16:33:25 UTC (rev 2204)
+++ branches/2.5/http/php/mod_edit_element_vars.php 2008-03-06 16:33:33 UTC (rev 2205)
@@ -17,6 +17,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+import_request_variables("PG");
include(dirname(__FILE__)."/../php/mb_validateSession.php");
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
Modified: branches/2.5/http/php/mod_edit_metadata.php
===================================================================
--- branches/2.5/http/php/mod_edit_metadata.php 2008-03-06 16:33:25 UTC (rev 2204)
+++ branches/2.5/http/php/mod_edit_metadata.php 2008-03-06 16:33:33 UTC (rev 2205)
@@ -17,6 +17,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+import_request_variables("PG");
include(dirname(__FILE__)."/../php/mb_validateSession.php");
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
Modified: branches/2.5/http/php/mod_evalArea.php
===================================================================
--- branches/2.5/http/php/mod_evalArea.php 2008-03-06 16:33:25 UTC (rev 2204)
+++ branches/2.5/http/php/mod_evalArea.php 2008-03-06 16:33:33 UTC (rev 2205)
@@ -16,6 +16,8 @@
# 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.
+
+import_request_variables("PG");
require_once(dirname(__FILE__)."/../php/mb_validateSession.php");
require_once(dirname(__FILE__)."/../classes/class_administration.php");
include '../include/dyn_css.php';
Modified: branches/2.5/http/php/mod_exportGUI.php
===================================================================
--- branches/2.5/http/php/mod_exportGUI.php 2008-03-06 16:33:25 UTC (rev 2204)
+++ branches/2.5/http/php/mod_exportGUI.php 2008-03-06 16:33:33 UTC (rev 2205)
@@ -17,6 +17,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+import_request_variables("PG");
require_once(dirname(__FILE__)."/../php/mb_validatePermission.php");
?>
Modified: branches/2.5/http/php/mod_export_image.php
===================================================================
--- branches/2.5/http/php/mod_export_image.php 2008-03-06 16:33:25 UTC (rev 2204)
+++ branches/2.5/http/php/mod_export_image.php 2008-03-06 16:33:33 UTC (rev 2205)
@@ -16,6 +16,8 @@
# 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.
+
+import_request_variables("PG");
require_once(dirname(__FILE__)."/../php/mb_validateSession.php");
$_SESSION["mb_print_url"] = $map_url;
Modified: branches/2.5/http/php/mod_filteredGroup_Gui.php
===================================================================
--- branches/2.5/http/php/mod_filteredGroup_Gui.php 2008-03-06 16:33:25 UTC (rev 2204)
+++ branches/2.5/http/php/mod_filteredGroup_Gui.php 2008-03-06 16:33:33 UTC (rev 2205)
@@ -18,6 +18,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+import_request_variables("PG");
require_once(dirname(__FILE__)."/../php/mb_validatePermission.php");
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
Modified: branches/2.5/http/php/mod_filteredGroup_User.php
===================================================================
--- branches/2.5/http/php/mod_filteredGroup_User.php 2008-03-06 16:33:25 UTC (rev 2204)
+++ branches/2.5/http/php/mod_filteredGroup_User.php 2008-03-06 16:33:33 UTC (rev 2205)
@@ -18,6 +18,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+import_request_variables("PG");
require_once(dirname(__FILE__)."/../php/mb_validatePermission.php");
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
Modified: branches/2.5/http/php/mod_filteredGroup_filteredGui.php
===================================================================
--- branches/2.5/http/php/mod_filteredGroup_filteredGui.php 2008-03-06 16:33:25 UTC (rev 2204)
+++ branches/2.5/http/php/mod_filteredGroup_filteredGui.php 2008-03-06 16:33:33 UTC (rev 2205)
@@ -18,6 +18,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+import_request_variables("PG");
require_once(dirname(__FILE__)."/../php/mb_validatePermission.php");
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
Modified: branches/2.5/http/php/mod_filteredGroup_filteredUser.php
===================================================================
--- branches/2.5/http/php/mod_filteredGroup_filteredUser.php 2008-03-06 16:33:25 UTC (rev 2204)
+++ branches/2.5/http/php/mod_filteredGroup_filteredUser.php 2008-03-06 16:33:33 UTC (rev 2205)
@@ -18,6 +18,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+import_request_variables("PG");
require_once(dirname(__FILE__)."/../php/mb_validatePermission.php");
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
Modified: branches/2.5/http/php/mod_filteredGui_User.php
===================================================================
--- branches/2.5/http/php/mod_filteredGui_User.php 2008-03-06 16:33:25 UTC (rev 2204)
+++ branches/2.5/http/php/mod_filteredGui_User.php 2008-03-06 16:33:33 UTC (rev 2205)
@@ -17,6 +17,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+import_request_variables("PG");
require_once(dirname(__FILE__)."/../php/mb_validatePermission.php");
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
Modified: branches/2.5/http/php/mod_filteredGui_filteredGroup.php
===================================================================
--- branches/2.5/http/php/mod_filteredGui_filteredGroup.php 2008-03-06 16:33:25 UTC (rev 2204)
+++ branches/2.5/http/php/mod_filteredGui_filteredGroup.php 2008-03-06 16:33:33 UTC (rev 2205)
@@ -18,6 +18,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+import_request_variables("PG");
require_once(dirname(__FILE__)."/../php/mb_validatePermission.php");
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
Modified: branches/2.5/http/php/mod_filteredGui_filteredUser.php
===================================================================
--- branches/2.5/http/php/mod_filteredGui_filteredUser.php 2008-03-06 16:33:25 UTC (rev 2204)
+++ branches/2.5/http/php/mod_filteredGui_filteredUser.php 2008-03-06 16:33:33 UTC (rev 2205)
@@ -18,6 +18,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+import_request_variables("PG");
require_once(dirname(__FILE__)."/../php/mb_validatePermission.php");
?>
Modified: branches/2.5/http/php/mod_filteredGui_group.php
===================================================================
--- branches/2.5/http/php/mod_filteredGui_group.php 2008-03-06 16:33:25 UTC (rev 2204)
+++ branches/2.5/http/php/mod_filteredGui_group.php 2008-03-06 16:33:33 UTC (rev 2205)
@@ -17,6 +17,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+import_request_variables("PG");
require_once(dirname(__FILE__)."/../php/mb_validatePermission.php");
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
Modified: branches/2.5/http/php/mod_filteredUser_Group.php
===================================================================
--- branches/2.5/http/php/mod_filteredUser_Group.php 2008-03-06 16:33:25 UTC (rev 2204)
+++ branches/2.5/http/php/mod_filteredUser_Group.php 2008-03-06 16:33:33 UTC (rev 2205)
@@ -17,6 +17,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+import_request_variables("PG");
require_once(dirname(__FILE__)."/../php/mb_validatePermission.php");
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
Modified: branches/2.5/http/php/mod_filteredUser_Gui.php
===================================================================
--- branches/2.5/http/php/mod_filteredUser_Gui.php 2008-03-06 16:33:25 UTC (rev 2204)
+++ branches/2.5/http/php/mod_filteredUser_Gui.php 2008-03-06 16:33:33 UTC (rev 2205)
@@ -17,6 +17,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+import_request_variables("PG");
require_once(dirname(__FILE__)."/../php/mb_validatePermission.php");
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
Modified: branches/2.5/http/php/mod_filteredUser_filteredGroup.php
===================================================================
--- branches/2.5/http/php/mod_filteredUser_filteredGroup.php 2008-03-06 16:33:25 UTC (rev 2204)
+++ branches/2.5/http/php/mod_filteredUser_filteredGroup.php 2008-03-06 16:33:33 UTC (rev 2205)
@@ -17,6 +17,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+import_request_variables("PG");
require_once(dirname(__FILE__)."/../php/mb_validatePermission.php");
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
Modified: branches/2.5/http/php/mod_filteredUser_filteredGui.php
===================================================================
--- branches/2.5/http/php/mod_filteredUser_filteredGui.php 2008-03-06 16:33:25 UTC (rev 2204)
+++ branches/2.5/http/php/mod_filteredUser_filteredGui.php 2008-03-06 16:33:33 UTC (rev 2205)
@@ -17,6 +17,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+import_request_variables("PG");
require_once(dirname(__FILE__)."/../php/mb_validatePermission.php");
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
Modified: branches/2.5/http/php/mod_filteredWms_topic.php
===================================================================
--- branches/2.5/http/php/mod_filteredWms_topic.php 2008-03-06 16:33:25 UTC (rev 2204)
+++ branches/2.5/http/php/mod_filteredWms_topic.php 2008-03-06 16:33:33 UTC (rev 2205)
@@ -17,6 +17,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+import_request_variables("PG");
require_once(dirname(__FILE__) . "/../php/mb_validatePermission.php");
require_once(dirname(__FILE__) . "/../classes/class_administration.php");
?>
Modified: branches/2.5/http/php/mod_forgottenPassword.php
===================================================================
--- branches/2.5/http/php/mod_forgottenPassword.php 2008-03-06 16:33:25 UTC (rev 2204)
+++ branches/2.5/http/php/mod_forgottenPassword.php 2008-03-06 16:33:33 UTC (rev 2205)
@@ -17,6 +17,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+import_request_variables("PG");
require_once(dirname(__FILE__)."/../php/mb_validateSession.php");
require_once(dirname(__FILE__)."/../classes/class_administration.php");
?>
Modified: branches/2.5/http/php/mod_getStyles.php
===================================================================
--- branches/2.5/http/php/mod_getStyles.php 2008-03-06 16:33:25 UTC (rev 2204)
+++ branches/2.5/http/php/mod_getStyles.php 2008-03-06 16:33:33 UTC (rev 2205)
@@ -17,6 +17,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+import_request_variables("PG");
require_once(dirname(__FILE__)."/../php/mb_validateSession.php");
$pattern = "admin_name";
Modified: branches/2.5/http/php/mod_group_filteredGui.php
===================================================================
--- branches/2.5/http/php/mod_group_filteredGui.php 2008-03-06 16:33:25 UTC (rev 2204)
+++ branches/2.5/http/php/mod_group_filteredGui.php 2008-03-06 16:33:33 UTC (rev 2205)
@@ -17,6 +17,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+import_request_variables("PG");
require_once(dirname(__FILE__)."/../php/mb_validatePermission.php");
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
Modified: branches/2.5/http/php/mod_group_filteredUser.php
===================================================================
--- branches/2.5/http/php/mod_group_filteredUser.php 2008-03-06 16:33:25 UTC (rev 2204)
+++ branches/2.5/http/php/mod_group_filteredUser.php 2008-03-06 16:33:33 UTC (rev 2205)
@@ -17,6 +17,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+import_request_variables("PG");
require_once(dirname(__FILE__)."/../php/mb_validatePermission.php");
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
Modified: branches/2.5/http/php/mod_group_gui.php
===================================================================
--- branches/2.5/http/php/mod_group_gui.php 2008-03-06 16:33:25 UTC (rev 2204)
+++ branches/2.5/http/php/mod_group_gui.php 2008-03-06 16:33:33 UTC (rev 2205)
@@ -17,6 +17,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+import_request_variables("PG");
require_once(dirname(__FILE__)."/../php/mb_validatePermission.php");
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
Modified: branches/2.5/http/php/mod_group_user.php
===================================================================
--- branches/2.5/http/php/mod_group_user.php 2008-03-06 16:33:25 UTC (rev 2204)
+++ branches/2.5/http/php/mod_group_user.php 2008-03-06 16:33:33 UTC (rev 2205)
@@ -17,6 +17,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+import_request_variables("PG");
require_once(dirname(__FILE__)."/../php/mb_validatePermission.php");
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
Modified: branches/2.5/http/php/mod_gui_filteredGroup.php
===================================================================
--- branches/2.5/http/php/mod_gui_filteredGroup.php 2008-03-06 16:33:25 UTC (rev 2204)
+++ branches/2.5/http/php/mod_gui_filteredGroup.php 2008-03-06 16:33:33 UTC (rev 2205)
@@ -17,6 +17,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+import_request_variables("PG");
require_once(dirname(__FILE__)."/../php/mb_validatePermission.php");
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
Modified: branches/2.5/http/php/mod_gui_filteredUser.php
===================================================================
--- branches/2.5/http/php/mod_gui_filteredUser.php 2008-03-06 16:33:25 UTC (rev 2204)
+++ branches/2.5/http/php/mod_gui_filteredUser.php 2008-03-06 16:33:33 UTC (rev 2205)
@@ -17,6 +17,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+import_request_variables("PG");
require_once(dirname(__FILE__)."/../php/mb_validatePermission.php");
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
Modified: branches/2.5/http/php/mod_gui_group.php
===================================================================
--- branches/2.5/http/php/mod_gui_group.php 2008-03-06 16:33:25 UTC (rev 2204)
+++ branches/2.5/http/php/mod_gui_group.php 2008-03-06 16:33:33 UTC (rev 2205)
@@ -17,6 +17,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+import_request_variables("PG");
require_once(dirname(__FILE__)."/../php/mb_validatePermission.php");
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
Modified: branches/2.5/http/php/mod_gui_owner.php
===================================================================
--- branches/2.5/http/php/mod_gui_owner.php 2008-03-06 16:33:25 UTC (rev 2204)
+++ branches/2.5/http/php/mod_gui_owner.php 2008-03-06 16:33:33 UTC (rev 2205)
@@ -17,6 +17,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+import_request_variables("PG");
require_once(dirname(__FILE__)."/../php/mb_validatePermission.php");
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
Modified: branches/2.5/http/php/mod_gui_user.php
===================================================================
--- branches/2.5/http/php/mod_gui_user.php 2008-03-06 16:33:25 UTC (rev 2204)
+++ branches/2.5/http/php/mod_gui_user.php 2008-03-06 16:33:33 UTC (rev 2205)
@@ -17,6 +17,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+import_request_variables("PG");
require_once(dirname(__FILE__)."/../php/mb_validatePermission.php");
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
Modified: branches/2.5/http/php/mod_loadCapabilities.php
===================================================================
--- branches/2.5/http/php/mod_loadCapabilities.php 2008-03-06 16:33:25 UTC (rev 2204)
+++ branches/2.5/http/php/mod_loadCapabilities.php 2008-03-06 16:33:33 UTC (rev 2205)
@@ -17,6 +17,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+import_request_variables("PG");
require_once(dirname(__FILE__)."/../php/mb_validatePermission.php");
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
Modified: branches/2.5/http/php/mod_loadCapabilitiesList.php
===================================================================
--- branches/2.5/http/php/mod_loadCapabilitiesList.php 2008-03-06 16:33:25 UTC (rev 2204)
+++ branches/2.5/http/php/mod_loadCapabilitiesList.php 2008-03-06 16:33:33 UTC (rev 2205)
@@ -17,6 +17,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+import_request_variables("PG");
require_once(dirname(__FILE__)."/../php/mb_validatePermission.php");
require_once(dirname(__FILE__)."/../classes/class_administration.php");
?>
Modified: branches/2.5/http/php/mod_loadCapabilities_temp.php
===================================================================
--- branches/2.5/http/php/mod_loadCapabilities_temp.php 2008-03-06 16:33:25 UTC (rev 2204)
+++ branches/2.5/http/php/mod_loadCapabilities_temp.php 2008-03-06 16:33:33 UTC (rev 2205)
@@ -17,6 +17,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+import_request_variables("PG");
include(dirname(__FILE__)."/../php/mb_validateSession.php");
require_once(dirname(__FILE__)."/mb_validateInput.php");
?>
Modified: branches/2.5/http/php/mod_loadWFSCapabilities.php
===================================================================
--- branches/2.5/http/php/mod_loadWFSCapabilities.php 2008-03-06 16:33:25 UTC (rev 2204)
+++ branches/2.5/http/php/mod_loadWFSCapabilities.php 2008-03-06 16:33:33 UTC (rev 2205)
@@ -17,6 +17,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+import_request_variables("PG");
require_once(dirname(__FILE__)."/../php/mb_validatePermission.php");
require_once(dirname(__FILE__)."/../classes/class_administration.php");
?>
Modified: branches/2.5/http/php/mod_newGui.php
===================================================================
--- branches/2.5/http/php/mod_newGui.php 2008-03-06 16:33:25 UTC (rev 2204)
+++ branches/2.5/http/php/mod_newGui.php 2008-03-06 16:33:33 UTC (rev 2205)
@@ -17,6 +17,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+import_request_variables("PG");
require_once(dirname(__FILE__)."/../php/mb_validatePermission.php");
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
Modified: branches/2.5/http/php/mod_orphanWMS.php
===================================================================
--- branches/2.5/http/php/mod_orphanWMS.php 2008-03-06 16:33:25 UTC (rev 2204)
+++ branches/2.5/http/php/mod_orphanWMS.php 2008-03-06 16:33:33 UTC (rev 2205)
@@ -17,6 +17,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+import_request_variables("PG");
require_once(dirname(__FILE__)."/../php/mb_validatePermission.php");
require_once(dirname(__FILE__)."/../classes/class_administration.php");
?>
Modified: branches/2.5/http/php/mod_printView1.php
===================================================================
--- branches/2.5/http/php/mod_printView1.php 2008-03-06 16:33:25 UTC (rev 2204)
+++ branches/2.5/http/php/mod_printView1.php 2008-03-06 16:33:33 UTC (rev 2205)
@@ -17,6 +17,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+import_request_variables("PG");
require_once(dirname(__FILE__)."/../php/mb_validateSession.php");
include(dirname(__FILE__)."/../../conf/print.conf");
$_SESSION["mb_print_url"] = $map_url;
Modified: branches/2.5/http/php/mod_renameGUI.php
===================================================================
--- branches/2.5/http/php/mod_renameGUI.php 2008-03-06 16:33:25 UTC (rev 2204)
+++ branches/2.5/http/php/mod_renameGUI.php 2008-03-06 16:33:33 UTC (rev 2205)
@@ -17,6 +17,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+import_request_variables("PG");
require_once(dirname(__FILE__)."/../php/mb_validateSession.php");
require_once(dirname(__FILE__)."/../classes/class_administration.php");
require_once(dirname(__FILE__)."/../classes/class_gui.php");
Modified: branches/2.5/http/php/mod_showLoggedUser.php
===================================================================
--- branches/2.5/http/php/mod_showLoggedUser.php 2008-03-06 16:33:25 UTC (rev 2204)
+++ branches/2.5/http/php/mod_showLoggedUser.php 2008-03-06 16:33:33 UTC (rev 2205)
@@ -17,6 +17,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+import_request_variables("PG");
require_once(dirname(__FILE__)."/../php/mb_validateSession.php");
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
Modified: branches/2.5/http/php/mod_treefolderAdmin.php
===================================================================
--- branches/2.5/http/php/mod_treefolderAdmin.php 2008-03-06 16:33:25 UTC (rev 2204)
+++ branches/2.5/http/php/mod_treefolderAdmin.php 2008-03-06 16:33:33 UTC (rev 2205)
@@ -19,6 +19,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+import_request_variables("PG");
require_once(dirname(__FILE__)."/../php/mb_validateSession.php");
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
Modified: branches/2.5/http/php/mod_treefolderClient.php
===================================================================
--- branches/2.5/http/php/mod_treefolderClient.php 2008-03-06 16:33:25 UTC (rev 2204)
+++ branches/2.5/http/php/mod_treefolderClient.php 2008-03-06 16:33:33 UTC (rev 2205)
@@ -17,6 +17,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+import_request_variables("PG");
require_once(dirname(__FILE__)."/../php/mb_validateSession.php");
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
Modified: branches/2.5/http/php/mod_updateWMS.php
===================================================================
--- branches/2.5/http/php/mod_updateWMS.php 2008-03-06 16:33:25 UTC (rev 2204)
+++ branches/2.5/http/php/mod_updateWMS.php 2008-03-06 16:33:33 UTC (rev 2205)
@@ -17,6 +17,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+import_request_variables("PG");
require_once(dirname(__FILE__)."/mb_validatePermission.php");
require_once(dirname(__FILE__)."/../classes/class_wms.php");
?>
Modified: branches/2.5/http/php/mod_user_filteredGroup.php
===================================================================
--- branches/2.5/http/php/mod_user_filteredGroup.php 2008-03-06 16:33:25 UTC (rev 2204)
+++ branches/2.5/http/php/mod_user_filteredGroup.php 2008-03-06 16:33:33 UTC (rev 2205)
@@ -17,6 +17,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+import_request_variables("PG");
require_once(dirname(__FILE__)."/../php/mb_validatePermission.php");
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
Modified: branches/2.5/http/php/mod_user_filteredGui.php
===================================================================
--- branches/2.5/http/php/mod_user_filteredGui.php 2008-03-06 16:33:25 UTC (rev 2204)
+++ branches/2.5/http/php/mod_user_filteredGui.php 2008-03-06 16:33:33 UTC (rev 2205)
@@ -17,6 +17,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+import_request_variables("PG");
require_once(dirname(__FILE__)."/mb_validatePermission.php");
require_once(dirname(__FILE__)."/../classes/class_wms.php");
Modified: branches/2.5/http/php/mod_user_group.php
===================================================================
--- branches/2.5/http/php/mod_user_group.php 2008-03-06 16:33:25 UTC (rev 2204)
+++ branches/2.5/http/php/mod_user_group.php 2008-03-06 16:33:33 UTC (rev 2205)
@@ -17,6 +17,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+import_request_variables("PG");
require_once(dirname(__FILE__)."/../php/mb_validatePermission.php");
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
Modified: branches/2.5/http/php/mod_user_gui.php
===================================================================
--- branches/2.5/http/php/mod_user_gui.php 2008-03-06 16:33:25 UTC (rev 2204)
+++ branches/2.5/http/php/mod_user_gui.php 2008-03-06 16:33:33 UTC (rev 2205)
@@ -17,6 +17,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+import_request_variables("PG");
require_once(dirname(__FILE__)."/mb_validatePermission.php");
require_once(dirname(__FILE__)."/../classes/class_wms.php");
?>
Modified: branches/2.5/http/php/mod_zoomCoords.php
===================================================================
--- branches/2.5/http/php/mod_zoomCoords.php 2008-03-06 16:33:25 UTC (rev 2204)
+++ branches/2.5/http/php/mod_zoomCoords.php 2008-03-06 16:33:33 UTC (rev 2205)
@@ -17,6 +17,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+import_request_variables("PG");
require_once(dirname(__FILE__)."/../php/mb_validateSession.php");
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
Modified: branches/2.5/http/php/mod_zoomCoords_en.php
===================================================================
--- branches/2.5/http/php/mod_zoomCoords_en.php 2008-03-06 16:33:25 UTC (rev 2204)
+++ branches/2.5/http/php/mod_zoomCoords_en.php 2008-03-06 16:33:33 UTC (rev 2205)
@@ -17,6 +17,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+import_request_variables("PG");
require_once(dirname(__FILE__)."/../php/mb_validateSession.php");
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
Modified: branches/2.5/http/php/nestedSets.php
===================================================================
--- branches/2.5/http/php/nestedSets.php 2008-03-06 16:33:25 UTC (rev 2204)
+++ branches/2.5/http/php/nestedSets.php 2008-03-06 16:33:33 UTC (rev 2205)
@@ -17,6 +17,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+import_request_variables("PG");
require_once(dirname(__FILE__)."/../php/mb_validateSession.php");
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
More information about the Mapbender_commits
mailing list