[Mapbender-commits] r4800 - trunk/mapbender/http/frames

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Tue Oct 20 07:50:00 EDT 2009


Author: christoph
Date: 2009-10-20 07:50:00 -0400 (Tue, 20 Oct 2009)
New Revision: 4800

Modified:
   trunk/mapbender/http/frames/index.php
Log:
removed obsolete inclusion of globalsettings

Modified: trunk/mapbender/http/frames/index.php
===================================================================
--- trunk/mapbender/http/frames/index.php	2009-10-20 11:49:19 UTC (rev 4799)
+++ trunk/mapbender/http/frames/index.php	2009-10-20 11:50:00 UTC (rev 4800)
@@ -18,11 +18,9 @@
 # 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__)."/../../core/globalSettings.php");
 require_once("../php/mb_validateSession.php");
 require_once(dirname(__FILE__)."/../classes/class_gui.php");
 
-
 Mapbender::session()->set("mb_user_gui",$gui_id);
 
 //
@@ -95,4 +93,4 @@
 echo "<script type='text/javascript' src='../javascripts/map.php?".$mapPhpParameters."'></script>";
 
 ?>
-</html>
\ No newline at end of file
+</html>



More information about the Mapbender_commits mailing list