mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
fixed bad link to node in metaconsole's custom graph item editor
Former-commit-id: 22fb4302de980d8b3e16fb90d087b71c218598a1
This commit is contained in:
parent
669c74c3dd
commit
471c01a4c5
@ -2492,7 +2492,7 @@ function edit_custom_graph() {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
window.location.href = server_url + "/index.php?sec=reporting&sec2=godmode/reporting/graph_builder&edit_graph=1&id=" + id_element_graph + hash_data;
|
window.location.href = server_url + "index.php?sec=reporting&sec2=godmode/reporting/graph_builder&edit_graph=1&id=" + id_element_graph + hash_data;
|
||||||
<?php
|
<?php
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
@ -190,11 +190,7 @@ if ($get_metaconsole_hash_data) {
|
|||||||
$console_password = $auth_serialized["console_password"];
|
$console_password = $auth_serialized["console_password"];
|
||||||
}
|
}
|
||||||
|
|
||||||
$pwd = $auth_token; // Create HASH login info
|
$url_hash = metaconsole_get_servers_url_hash($server);
|
||||||
$user = str_rot13($config["id_user"]);
|
|
||||||
$hashdata = $user . $pwd;
|
|
||||||
$hashdata = md5($hashdata);
|
|
||||||
$url_hash = "&loginhash=auto&loginhash_data=$hashdata&loginhash_user=$user";
|
|
||||||
|
|
||||||
echo $url_hash;
|
echo $url_hash;
|
||||||
return;
|
return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user