From 3e2a2f40b8b2e64fe10fb6c0c271ba1d922ce436 Mon Sep 17 00:00:00 2001 From: e107steved Date: Mon, 26 Jul 2010 22:04:36 +0000 Subject: [PATCH] Adjust logging string to try and please suhosin - thanks rgk for thought/testing --- e107_plugins/log/e_meta.php | 30 ++++++++++++++---------------- e107_plugins/log/log.php | 27 +++++++++++++-------------- 2 files changed, 27 insertions(+), 30 deletions(-) diff --git a/e107_plugins/log/e_meta.php b/e107_plugins/log/e_meta.php index b60cf5942..9f2abdcc2 100644 --- a/e107_plugins/log/e_meta.php +++ b/e107_plugins/log/e_meta.php @@ -1,18 +1,16 @@ ' ); +document.write('' ); "; $e107 = e107::getInstance(); $e107->getJs()->headerInline($logJS, 5); diff --git a/e107_plugins/log/log.php b/e107_plugins/log/log.php index 44c071ae4..6f760e9a0 100644 --- a/e107_plugins/log/log.php +++ b/e107_plugins/log/log.php @@ -1,18 +1,16 @@ 1, 'content' => array('content')); -$logVals = urldecode(base64_decode($_SERVER['QUERY_STRING'])); +//$logVals = urldecode(base64_decode($_SERVER['QUERY_STRING'])); +$logVals = urldecode(base64_decode($_GET['lv'])); parse_str($logVals, $vals);