svn commit: r916 - trunk/mapbender/http/tools/url_code.php

christoph at osgeo.org christoph at osgeo.org
Tue Nov 21 05:54:10 EST 2006


Author: christoph
Date: 2006-11-21 10:54:10+0000
New Revision: 916

Modified:
   trunk/mapbender/http/tools/url_code.php

Log:
include via dirname(__FILE__)

Modified: trunk/mapbender/http/tools/url_code.php
Url: https://mapbender.osgeo.org/source/browse/mapbender/trunk/mapbender/http/tools/url_code.php?view=diff&rev=916&p1=trunk/mapbender/http/tools/url_code.php&p2=trunk/mapbender/http/tools/url_code.php&r1=915&r2=916
==============================================================================
--- trunk/mapbender/http/tools/url_code.php	(original)
+++ trunk/mapbender/http/tools/url_code.php	2006-11-21 10:54:10+0000
@@ -19,7 +19,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");
 echo '<meta http-equiv="Content-Type" content="text/html; charset='.CHARSET.'">';	
 ?>
 <title>Url-Encode and -Decode</title>




More information about the Mapbender_commits mailing list