mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
path fix
This commit is contained in:
parent
eb1d17d3b0
commit
47cb138d9b
@ -736,7 +736,7 @@ if ($agents !== false) {
|
|||||||
$agent['id_agente']
|
$agent['id_agente']
|
||||||
);
|
);
|
||||||
$url = 'index.php?sec=reporting&sec2=';
|
$url = 'index.php?sec=reporting&sec2=';
|
||||||
$url .= '/operation/cluster/cluster';
|
$url .= 'operation/cluster/cluster';
|
||||||
$url = ui_get_full_url(
|
$url = ui_get_full_url(
|
||||||
$url.'&op=update&id='.$cluster->id()
|
$url.'&op=update&id='.$cluster->id()
|
||||||
);
|
);
|
||||||
@ -794,7 +794,7 @@ if ($agents !== false) {
|
|||||||
$agent['id_agente']
|
$agent['id_agente']
|
||||||
);
|
);
|
||||||
$url = 'index.php?sec=reporting&sec2=';
|
$url = 'index.php?sec=reporting&sec2=';
|
||||||
$url .= '/operation/cluster/cluster';
|
$url .= 'operation/cluster/cluster';
|
||||||
$url = ui_get_full_url(
|
$url = ui_get_full_url(
|
||||||
$url.'&op=update&id='.$cluster->id()
|
$url.'&op=update&id='.$cluster->id()
|
||||||
);
|
);
|
||||||
@ -825,7 +825,7 @@ if ($agents !== false) {
|
|||||||
$agent['id_agente']
|
$agent['id_agente']
|
||||||
);
|
);
|
||||||
$url = 'index.php?sec=reporting&sec2=';
|
$url = 'index.php?sec=reporting&sec2=';
|
||||||
$url .= '/operation/cluster/cluster';
|
$url .= 'operation/cluster/cluster';
|
||||||
$url = ui_get_full_url(
|
$url = ui_get_full_url(
|
||||||
$url.'&op=view&id='.$cluster->id()
|
$url.'&op=view&id='.$cluster->id()
|
||||||
);
|
);
|
||||||
|
@ -695,7 +695,7 @@ function treeview_printTable($id_agente, $server_data=[], $no_head=false)
|
|||||||
$agent['id_agente']
|
$agent['id_agente']
|
||||||
);
|
);
|
||||||
$url = 'index.php?sec=reporting&sec2=';
|
$url = 'index.php?sec=reporting&sec2=';
|
||||||
$url .= '/operation/cluster/cluster';
|
$url .= 'operation/cluster/cluster';
|
||||||
$url = ui_get_full_url(
|
$url = ui_get_full_url(
|
||||||
$url.'&op=update&id='.$cluster->id()
|
$url.'&op=update&id='.$cluster->id()
|
||||||
);
|
);
|
||||||
|
@ -851,7 +851,7 @@ foreach ($agents as $agent) {
|
|||||||
$agent['id_agente']
|
$agent['id_agente']
|
||||||
);
|
);
|
||||||
$url = 'index.php?sec=reporting&sec2=';
|
$url = 'index.php?sec=reporting&sec2=';
|
||||||
$url .= '/operation/cluster/cluster';
|
$url .= 'operation/cluster/cluster';
|
||||||
$url = ui_get_full_url(
|
$url = ui_get_full_url(
|
||||||
$url.'&op=view&id='.$cluster->id()
|
$url.'&op=view&id='.$cluster->id()
|
||||||
);
|
);
|
||||||
@ -870,7 +870,7 @@ foreach ($agents as $agent) {
|
|||||||
$agent['id_agente']
|
$agent['id_agente']
|
||||||
);
|
);
|
||||||
$url = 'index.php?sec=reporting&sec2=';
|
$url = 'index.php?sec=reporting&sec2=';
|
||||||
$url .= '/operation/cluster/cluster';
|
$url .= 'operation/cluster/cluster';
|
||||||
$url = ui_get_full_url(
|
$url = ui_get_full_url(
|
||||||
$url.'&op=update&id='.$cluster->id()
|
$url.'&op=update&id='.$cluster->id()
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user