[Mapbender-commits] r7107 - trunk/mapbender/http

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Thu Nov 11 04:59:17 EST 2010


Author: apour
Date: 2010-11-11 01:59:17 -0800 (Thu, 11 Nov 2010)
New Revision: 7107

Modified:
   trunk/mapbender/http/index.php
Log:
Removed the security_patch_log function and put it into /core/system.php.

Modified: trunk/mapbender/http/index.php
===================================================================
--- trunk/mapbender/http/index.php	2010-11-11 08:37:25 UTC (rev 7106)
+++ trunk/mapbender/http/index.php	2010-11-11 09:59:17 UTC (rev 7107)
@@ -14,18 +14,6 @@
 
 include_once(dirname(__FILE__)."/../core/system.php");
 
-/******************************************************************************/
-/*
- * @security_patch Helper
- */
-function security_patch_log($file,$line) {
-    $h = fopen("../log/security_patch.log","a+");
-    if($h) {
-	fwrite($h,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");
-	fclose($h);
-    }
-}
-/******************************************************************************/
 
 ?>
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">



More information about the Mapbender_commits mailing list