svn commit: r836 - trunk/mapbender/http/javascripts/mod_dependentDiv.php

christoph at osgeo.org christoph at osgeo.org
Mon Nov 20 08:43:11 EST 2006


Author: christoph
Date: 2006-11-20 13:43:11+0000
New Revision: 836

Modified:
   trunk/mapbender/http/javascripts/mod_dependentDiv.php

Log:
include via dirname(__FILE__)

Modified: trunk/mapbender/http/javascripts/mod_dependentDiv.php
Url: https://mapbender.osgeo.org/source/browse/mapbender/trunk/mapbender/http/javascripts/mod_dependentDiv.php?view=diff&rev=836&p1=trunk/mapbender/http/javascripts/mod_dependentDiv.php&p2=trunk/mapbender/http/javascripts/mod_dependentDiv.php&r1=835&r2=836
==============================================================================
--- trunk/mapbender/http/javascripts/mod_dependentDiv.php	(original)
+++ trunk/mapbender/http/javascripts/mod_dependentDiv.php	2006-11-20 13:43:11+0000
@@ -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("../../conf/mapbender.conf");
+require_once(dirname(__FILE__)."/../../conf/mapbender.conf");
 
 $gui_id = $_REQUEST["gui_id"];
 




More information about the Mapbender_commits mailing list