svn commit: r833 - trunk/mapbender/http/javascripts/mod_coords_div.php

christoph at osgeo.org christoph at osgeo.org
Mon Nov 20 08:41:46 EST 2006


Author: christoph
Date: 2006-11-20 13:41:46+0000
New Revision: 833

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

Log:
include via dirname(__FILE__)

Modified: trunk/mapbender/http/javascripts/mod_coords_div.php
Url: https://mapbender.osgeo.org/source/browse/mapbender/trunk/mapbender/http/javascripts/mod_coords_div.php?view=diff&rev=833&p1=trunk/mapbender/http/javascripts/mod_coords_div.php&p2=trunk/mapbender/http/javascripts/mod_coords_div.php&r1=832&r2=833
==============================================================================
--- trunk/mapbender/http/javascripts/mod_coords_div.php	(original)
+++ trunk/mapbender/http/javascripts/mod_coords_div.php	2006-11-20 13:41:46+0000
@@ -16,7 +16,7 @@
 # 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.
-require_once("../../conf/mapbender.conf");
+require_once(dirname(__FILE__)."/../../conf/mapbender.conf");
 
 $gui_id = $_REQUEST["gui_id"];
 $con = db_connect($DBSERVER,$OWNER,$PW);




More information about the Mapbender_commits mailing list