2013-01-08 Dario Rodriguez <dario.rodriguez@artica.es>

* extensions/system_info.php: Added link to download System info file.

	MERGED FROM 4.0.3



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7377 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
darode 2013-01-08 17:50:54 +00:00
parent a08e754be1
commit 1432549594
2 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,9 @@
2013-01-08 Dario Rodriguez <dario.rodriguez@artica.es>
* extensions/system_info.php: Added link to download System info file.
MERGED FROM 4.0.3
2013-01-08 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* godmode/agentes/agent_template.php: Fixed duplication of modules

View File

@ -324,9 +324,9 @@ function mainSystemInfo() {
@unlink($zipArchive);
$url_zip = ui_get_full_url(false);
$url = '<a href="' .$url_zip . 'attachment/last_info.zip">' . __('System info file zipped') . '</a>';
$url = '<a href="' .$url_zip . 'attachment/last_info.zip">' . __('download here') . '</a>';
if($log_info || $system_info || $pandora_diag) {
echo '<b>' . __('File:') . '</b> ' . $url . '<br />';
echo '<b>' . __('Location:') . '</b> ' . $zipArchive;