[Mapbender-commits] r2246 - branches/2.5/http/javascripts

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Thu Mar 13 11:49:23 EDT 2008


Author: christoph
Date: 2008-03-13 11:49:23 -0400 (Thu, 13 Mar 2008)
New Revision: 2246

Modified:
   branches/2.5/http/javascripts/mod_coords_div.php
   branches/2.5/http/javascripts/mod_dynamicOverview.php
Log:
added validatePermission

Modified: branches/2.5/http/javascripts/mod_coords_div.php
===================================================================
--- branches/2.5/http/javascripts/mod_coords_div.php	2008-03-13 15:47:54 UTC (rev 2245)
+++ branches/2.5/http/javascripts/mod_coords_div.php	2008-03-13 15:49:23 UTC (rev 2246)
@@ -17,7 +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.
 
-require_once(dirname(__FILE__)."/../php/mb_validateSession.php");
+require_once(dirname(__FILE__)."/../php/mb_validatePermission.php");
 echo "var mod_showCoords_div_target = '".$e_target[0]."';";
 ?>
 

Modified: branches/2.5/http/javascripts/mod_dynamicOverview.php
===================================================================
--- branches/2.5/http/javascripts/mod_dynamicOverview.php	2008-03-13 15:47:54 UTC (rev 2245)
+++ branches/2.5/http/javascripts/mod_dynamicOverview.php	2008-03-13 15:49:23 UTC (rev 2246)
@@ -18,7 +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.
 
-require_once(dirname(__FILE__)."/../php/mb_validateSession.php");
+require_once(dirname(__FILE__)."/../php/mb_validatePermission.php");
 include '../include/dyn_js.php';
 
 echo "var mod_dynamicOverview_target = '".implode(",", $e_target)."';";



More information about the Mapbender_commits mailing list