[Mapbender-commits] r7503 - trunk/mapbender/core
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Mon Jan 31 06:09:51 EST 2011
Author: apour
Date: 2011-01-31 03:09:51 -0800 (Mon, 31 Jan 2011)
New Revision: 7503
Modified:
trunk/mapbender/core/system.php
Log:
security_patch_log throws warnings.
Modified: trunk/mapbender/core/system.php
===================================================================
--- trunk/mapbender/core/system.php 2011-01-31 10:48:09 UTC (rev 7502)
+++ trunk/mapbender/core/system.php 2011-01-31 11:09:51 UTC (rev 7503)
@@ -111,6 +111,7 @@
* @security_patch Helper
*/
function security_patch_log($file,$line) {
+ /*
$h = fopen(dirname(__FILE__)."/../log/security_patch.log","a+");
if($h) {
$post_out = '
@@ -123,6 +124,7 @@
fwrite($h,"\n".date("Y.m.d H:i")." FILE : ".$file." | LINE : ".$line." | POST : ".implode(",",array_keys($_POST))." | GET : ".implode(",",array_keys($_GET))." | FILE : ".implode(",",array_keys($_FILE))." |\n".$post_out);
fclose($h);
}
+ */
}
//
More information about the Mapbender_commits
mailing list