mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +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",
|
||||
"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
|
||||
|
Loading…
x
Reference in New Issue
Block a user