[Mapbender-commits] r2721 - branches/2.5/http/print

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Fri Jul 25 09:55:17 EDT 2008


Author: christoph
Date: 2008-07-25 09:55:17 -0400 (Fri, 25 Jul 2008)
New Revision: 2721

Modified:
   branches/2.5/http/print/mod_printPDF.php
Log:
added globalSettings.php

Modified: branches/2.5/http/print/mod_printPDF.php
===================================================================
--- branches/2.5/http/print/mod_printPDF.php	2008-07-25 12:35:57 UTC (rev 2720)
+++ branches/2.5/http/print/mod_printPDF.php	2008-07-25 13:55:17 UTC (rev 2721)
@@ -16,9 +16,8 @@
 # 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.
-session_start();
-require_once(dirname(__FILE__)."/../../conf/mapbender.conf");
-require_once(dirname(__FILE__)."/../php/mb_validateSession.php");
+
+require_once(dirname(__FILE__)."/../../core/globalSettings.php");
 ?>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 



More information about the Mapbender_commits mailing list