[Mapbender-commits] r1466 - trunk/mapbender/http/print

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Mon Jun 25 08:45:10 EDT 2007


Author: astrid_emde
Date: 2007-06-25 08:45:10 -0400 (Mon, 25 Jun 2007)
New Revision: 1466

Modified:
   trunk/mapbender/http/print/printPDF.conf
   trunk/mapbender/http/print/printPDF_b.conf
Log:


Modified: trunk/mapbender/http/print/printPDF.conf
===================================================================
--- trunk/mapbender/http/print/printPDF.conf	2007-06-25 12:38:34 UTC (rev 1465)
+++ trunk/mapbender/http/print/printPDF.conf	2007-06-25 12:45:10 UTC (rev 1466)
@@ -33,10 +33,10 @@
 
 
 # log requests, class 'class_log.php' required
-$log = true;
+$log = false;
 
 # delete images:
-$unlink = false;
+$unlink = true;
 
 # labeling
 if(CHARSET=="UTF-8"){ 

Modified: trunk/mapbender/http/print/printPDF_b.conf
===================================================================
--- trunk/mapbender/http/print/printPDF_b.conf	2007-06-25 12:38:34 UTC (rev 1465)
+++ trunk/mapbender/http/print/printPDF_b.conf	2007-06-25 12:45:10 UTC (rev 1466)
@@ -33,10 +33,10 @@
 
 
 # log requests, class 'class_log.php' required
-$log = true;
+$log = false;
 
 # delete images:
-$unlink = false;
+$unlink = true;
 
 # labeling
 if(CHARSET=="UTF-8"){ 



More information about the Mapbender_commits mailing list