mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
added redirection after module deletion on agent modules view
This commit is contained in:
parent
1088c5390d
commit
ae47e7c03a
@ -1720,6 +1720,9 @@ if ($delete_module) { // DELETE agent module !
|
|||||||
db_pandora_audit("Agent management",
|
db_pandora_audit("Agent management",
|
||||||
"Deleted module '".$module_data["nombre"]."' for agent ".$agent["alias"]);
|
"Deleted module '".$module_data["nombre"]."' for agent ".$agent["alias"]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
header("Location: index.php?sec=gagente&sec2=godmode/agentes/configurar_agente&tab=module&id_agente=$id_agente");
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// MODULE DUPLICATION
|
// MODULE DUPLICATION
|
||||||
|
Loading…
x
Reference in New Issue
Block a user