mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-09-25 19:09:08 +02:00
Fixed urlencode in event popup
This commit is contained in:
parent
bf77ea14d1
commit
860a81aee8
@ -2115,7 +2115,7 @@ function events_page_details ($event, $server = "") {
|
|||||||
"type" => $graph_type,
|
"type" => $graph_type,
|
||||||
"period" => SECONDS_1DAY,
|
"period" => SECONDS_1DAY,
|
||||||
"id" => $module["id_agente_modulo"],
|
"id" => $module["id_agente_modulo"],
|
||||||
"label" => rawurlencode(urlencode(base64_encode($module["nombre"]))),
|
"label" => base64_encode($module["nombre"]),
|
||||||
"refresh" => SECONDS_10MINUTES
|
"refresh" => SECONDS_10MINUTES
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user