mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 00:34:46 +02:00
2011-02-21 Ramon Novoa <rnovoa@artica.es>
* operation/agentes/alerts_status.php: Fixed ACL check for alerts. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3934 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
a25de5d965
commit
039c24fb06
@ -1,3 +1,7 @@
|
|||||||
|
2011-02-21 Ramon Novoa <rnovoa@artica.es>
|
||||||
|
|
||||||
|
* operation/agentes/alerts_status.php: Fixed ACL check for alerts.
|
||||||
|
|
||||||
2011-02-19 Junichi Satoh <junichi@rworks.jp>
|
2011-02-19 Junichi Satoh <junichi@rworks.jp>
|
||||||
|
|
||||||
* godmode/agentes/configurar_agente.php: Fixed bad layout when
|
* godmode/agentes/configurar_agente.php: Fixed bad layout when
|
||||||
|
@ -52,7 +52,7 @@ $idAgent = get_parameter_get('id_agente', 0);
|
|||||||
if ($idAgent != 0) {
|
if ($idAgent != 0) {
|
||||||
$url = $url.'&id_agente='.$idAgent;
|
$url = $url.'&id_agente='.$idAgent;
|
||||||
|
|
||||||
$id_group = get_group_agents ($idAgent);
|
$id_group = get_agent_group ($idAgent);
|
||||||
|
|
||||||
if (give_acl ($config["id_user"], $id_group, "AR") == 0) {
|
if (give_acl ($config["id_user"], $id_group, "AR") == 0) {
|
||||||
pandora_audit("ACL Violation","Trying to access alert view");
|
pandora_audit("ACL Violation","Trying to access alert view");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user