Fixed a minor bug in remote config - #3611
Former-commit-id: 02a786832c8b02a7f5962cf9021cb5a2fe525bcc
This commit is contained in:
parent
e9082c5d8a
commit
e6fa42ddca
|
@ -488,8 +488,7 @@ if (enterprise_installed()) {
|
||||||
// Remote configuration
|
// Remote configuration
|
||||||
$table_adv_remote = '<div class="label_select"><p class="input_label">'.__('Remote configuration').': </p>';
|
$table_adv_remote = '<div class="label_select"><p class="input_label">'.__('Remote configuration').': </p>';
|
||||||
|
|
||||||
if (!$new_agent && isset($filename)) {
|
if (!$new_agent && isset($filename) && file_exists($filename['md5'])) {
|
||||||
if (file_exists($filename['md5'])) {
|
|
||||||
$table_adv_remote .= date('F d Y H:i:s', fileatime($filename['md5']));
|
$table_adv_remote .= date('F d Y H:i:s', fileatime($filename['md5']));
|
||||||
// Delete remote configuration
|
// Delete remote configuration
|
||||||
$table_adv_remote .= '<a href="index.php?'.'sec=gagente&'.'sec2=godmode/agentes/configurar_agente&'.'tab=main&'.'disk_conf_delete=1&'.'id_agente='.$id_agente.'">';
|
$table_adv_remote .= '<a href="index.php?'.'sec=gagente&'.'sec2=godmode/agentes/configurar_agente&'.'tab=main&'.'disk_conf_delete=1&'.'id_agente='.$id_agente.'">';
|
||||||
|
|
Loading…
Reference in New Issue