[Mapbender-commits] r4872 - trunk/mapbender/http/print
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Tue Oct 27 12:49:24 EDT 2009
Author: christoph
Date: 2009-10-27 12:49:23 -0400 (Tue, 27 Oct 2009)
New Revision: 4872
Modified:
trunk/mapbender/http/print/mod_printPDF.php
trunk/mapbender/http/print/mod_printPDF_pdf.php
Log:
Modified: trunk/mapbender/http/print/mod_printPDF.php
===================================================================
--- trunk/mapbender/http/print/mod_printPDF.php 2009-10-27 16:48:42 UTC (rev 4871)
+++ trunk/mapbender/http/print/mod_printPDF.php 2009-10-27 16:49:23 UTC (rev 4872)
@@ -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: trunk/mapbender/http/print/mod_printPDF_pdf.php
===================================================================
--- trunk/mapbender/http/print/mod_printPDF_pdf.php 2009-10-27 16:48:42 UTC (rev 4871)
+++ trunk/mapbender/http/print/mod_printPDF_pdf.php 2009-10-27 16:49:23 UTC (rev 4872)
@@ -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