mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-26 23:35:02 +02:00
#13599 Fixed the link change so that it goes to the agent management
This commit is contained in:
parent
6ed996c755
commit
164096b762
@ -763,7 +763,7 @@ if ($agents !== false) {
|
||||
$agent['id_agente']
|
||||
);
|
||||
$agentViewUrl = sprintf(
|
||||
'index.php?sec=estado&sec2=operation/agentes/ver_agente&id_agente=%s',
|
||||
'index.php?sec=estado&sec2=godmode/agentes/configurar_agente&id_agente=%s',
|
||||
$agent['id_agente']
|
||||
);
|
||||
$agentAlertUrl = sprintf(
|
||||
|
Loading…
x
Reference in New Issue
Block a user