svn commit: r835 - trunk/mapbender/http/javascripts/mod_copyright.php
christoph at osgeo.org
christoph at osgeo.org
Mon Nov 20 08:42:44 EST 2006
Author: christoph
Date: 2006-11-20 13:42:44+0000
New Revision: 835
Modified:
trunk/mapbender/http/javascripts/mod_copyright.php
Log:
include via dirname(__FILE__)
Modified: trunk/mapbender/http/javascripts/mod_copyright.php
Url: https://mapbender.osgeo.org/source/browse/mapbender/trunk/mapbender/http/javascripts/mod_copyright.php?view=diff&rev=835&p1=trunk/mapbender/http/javascripts/mod_copyright.php&p2=trunk/mapbender/http/javascripts/mod_copyright.php&r1=834&r2=835
==============================================================================
--- trunk/mapbender/http/javascripts/mod_copyright.php (original)
+++ trunk/mapbender/http/javascripts/mod_copyright.php 2006-11-20 13:42:44+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");
$e_id_css = 'copyright';
$gui_id = $_REQUEST["gui_id"];
include '../include/dyn_js.php';
More information about the Mapbender_commits
mailing list