[Mapbender-commits] r4871 - branches/2.6/http/print

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Tue Oct 27 12:48:42 EDT 2009


Author: christoph
Date: 2009-10-27 12:48:42 -0400 (Tue, 27 Oct 2009)
New Revision: 4871

Modified:
   branches/2.6/http/print/mod_printPDF.php
   branches/2.6/http/print/mod_printPDF_pdf.php
Log:


Modified: branches/2.6/http/print/mod_printPDF.php
===================================================================
--- branches/2.6/http/print/mod_printPDF.php	2009-10-27 16:48:22 UTC (rev 4870)
+++ branches/2.6/http/print/mod_printPDF.php	2009-10-27 16:48:42 UTC (rev 4871)
@@ -23,7 +23,7 @@
 if (!preg_match("/^[a-zA-Z0-9_-]+(\.[a-zA-Z0-9]+)$/", $confFile) || 
 	!file_exists($confFile)) {
 
-	$errorMessage = _mb("Invalid configuration file") . ": " . $_REQUEST["conf"];
+	$errorMessage = _mb("Invalid configuration file");
 	echo htmlentities($errorMessage, ENT_QUOTES, CHARSET);
 	$e = new mb_exception($errorMessage);
 	die;

Modified: branches/2.6/http/print/mod_printPDF_pdf.php
===================================================================
--- branches/2.6/http/print/mod_printPDF_pdf.php	2009-10-27 16:48:22 UTC (rev 4870)
+++ branches/2.6/http/print/mod_printPDF_pdf.php	2009-10-27 16:48:42 UTC (rev 4871)
@@ -28,7 +28,7 @@
 if (!preg_match("/^[a-zA-Z0-9_-]+(\.[a-zA-Z0-9]+)$/", $confFile) || 
 	!file_exists($confFile)) {
 
-	$errorMessage = _mb("Invalid configuration file") . ": " . $_REQUEST["conf"];
+	$errorMessage = _mb("Invalid configuration file");
 	echo htmlentities($errorMessage, ENT_QUOTES, CHARSET);
 	$e = new mb_exception($errorMessage);
 	die;



More information about the Mapbender_commits mailing list