From eb803c3ff244b56d93587c015eea504a8fe22d70 Mon Sep 17 00:00:00 2001 From: m-lopez-f <miguel.lopez@artica.es> Date: Mon, 20 Apr 2015 15:32:12 +0200 Subject: [PATCH] Remove debug trace --- pandora_console/operation/agentes/stat_win.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/operation/agentes/stat_win.php b/pandora_console/operation/agentes/stat_win.php index ce73319b36..ca1eaf13ee 100644 --- a/pandora_console/operation/agentes/stat_win.php +++ b/pandora_console/operation/agentes/stat_win.php @@ -55,7 +55,7 @@ if (file_exists ('../../include/languages/'.$user_language.'.mo')) { } echo '<link rel="stylesheet" href="../../include/styles/pandora.css" type="text/css"/>'; -html_debug_print(get_parameter('label', '')); + $label = str_replace('253D', '=', get_parameter('label')); $label = base64_decode($label); $id = get_parameter('id');