Fixed bug: bad link in meta tree view's agent data, using relative path

This commit is contained in:
alejandro-campos 2018-09-21 10:07:01 +02:00
parent c2b5133ff2
commit a5a92519aa
1 changed files with 1 additions and 1 deletions

View File

@ -522,7 +522,7 @@ function treeview_printTable($id_agente, $server_data = array(), $no_head = fals
$hashdata = $user.$pwd_deserialiced['auth_token'];
$hashdata = md5($hashdata);
$url = $server_data["server_url"] . "/index.php?" .
$url = "//" . $server_data["server_url"] . "index.php?" .
"sec=estado&" .
"sec2=operation/agentes/ver_agente&" .
"id_agente=" . $agent["id_agente"] . "&" .