From b584ae7bcbbe0ada3e9c6f135db5ea9f7c4905bf Mon Sep 17 00:00:00 2001 From: niekt0 Date: Mon, 19 Sep 2011 21:11:53 +0200 Subject: [PATCH] security hotfix (lame transports) --- .../smarty/node_methodz/function.get_threaded_children.php | 2 +- wwwroot/inc/transports.inc | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/wwwroot/inc/smarty/node_methodz/function.get_threaded_children.php b/wwwroot/inc/smarty/node_methodz/function.get_threaded_children.php index 802d1ce..b1bb752 100644 --- a/wwwroot/inc/smarty/node_methodz/function.get_threaded_children.php +++ b/wwwroot/inc/smarty/node_methodz/function.get_threaded_children.php @@ -45,7 +45,7 @@ else $security = ""; // by br & maniac if ($node['node_vector']=='') { - $node['node_vector']='blabla'; + $node['node_vector']='blabla'; // XXX // system("echo \"node: $node[node_id]\" >> /tmp/blabla.log") ; } diff --git a/wwwroot/inc/transports.inc b/wwwroot/inc/transports.inc index 13e1832..b8ab4b1 100644 --- a/wwwroot/inc/transports.inc +++ b/wwwroot/inc/transports.inc @@ -1,7 +1,9 @@