diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 15a899ea80..3d76c43ece 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,9 @@ +2011-09-05 Miguel de Dios + + * extensions/system_info.php: show the location of file. + + Fixes: #3384516 + 2011-09-05 Miguel de Dios * godmode/agentes/planned_downtime.php: fixed to avoid create or update diff --git a/pandora_console/extensions/system_info.php b/pandora_console/extensions/system_info.php index da6f6198cd..a7b56e3d83 100644 --- a/pandora_console/extensions/system_info.php +++ b/pandora_console/extensions/system_info.php @@ -331,7 +331,8 @@ function mainSystemInfo() { } $url = '' . __('System info file zipped') . ''; - echo '' . __('File:') . ' ' . $url; + echo '' . __('File:') . ' ' . $url . '
'; + echo '' . __('Location:') . ' ' . $zipArchive; $zip = new ZipArchive;