added redirection after module deletion on agent modules view

This commit is contained in:
alejandro-campos 2018-08-03 14:40:51 +02:00
parent 1088c5390d
commit ae47e7c03a
1 changed files with 3 additions and 0 deletions

View File

@ -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