send login hash info in post body in meta links to node
This commit is contained in:
parent
4cac880eca
commit
9c0ef3e5aa
|
@ -1301,8 +1301,7 @@ if (is_ajax()) {
|
||||||
}
|
}
|
||||||
|
|
||||||
$id_agente = (int) get_parameter('id_agente', 0);
|
$id_agente = (int) get_parameter('id_agente', 0);
|
||||||
hd("idagente", true);
|
|
||||||
hd($id_agent, true);
|
|
||||||
if (empty($id_agente)) {
|
if (empty($id_agente)) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue