[Mapbender-commits] r3437 - trunk/mapbender/http/javascripts

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Tue Jan 13 09:07:44 EST 2009


Author: mschulz
Date: 2009-01-13 09:07:44 -0500 (Tue, 13 Jan 2009)
New Revision: 3437

Modified:
   trunk/mapbender/http/javascripts/mod_changeEPSG.php
Log:
corrected include path for mb_validateSession.php

Modified: trunk/mapbender/http/javascripts/mod_changeEPSG.php
===================================================================
--- trunk/mapbender/http/javascripts/mod_changeEPSG.php	2009-01-13 13:32:45 UTC (rev 3436)
+++ trunk/mapbender/http/javascripts/mod_changeEPSG.php	2009-01-13 14:07:44 UTC (rev 3437)
@@ -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(dirname(__FILE__)."/mb_validateSession.php");
+require(dirname(__FILE__)."/../php/mb_validateSession.php");
 
 include(dirname(__FILE__)."/../include/dyn_js.php");
 



More information about the Mapbender_commits mailing list