2011-09-05 Miguel de Dios <miguel.dedios@artica.es>

* extensions/system_info.php: show the location of file.
	
	Fixes: #3384516



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4904 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
mdtrooper 2011-09-05 14:22:50 +00:00
parent e866395d1c
commit c6b246a8e6
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2011-09-05 Miguel de Dios <miguel.dedios@artica.es>
* extensions/system_info.php: show the location of file.
Fixes: #3384516
2011-09-05 Miguel de Dios <miguel.dedios@artica.es>
* godmode/agentes/planned_downtime.php: fixed to avoid create or update

View File

@ -331,7 +331,8 @@ function mainSystemInfo() {
}
$url = '<a href="' .$http.$_SERVER['HTTP_HOST'].$config["homeurl"].'/attachment/last_info.zip">' . __('System info file zipped') . '</a>';
echo '<b>' . __('File:') . '</b> ' . $url;
echo '<b>' . __('File:') . '</b> ' . $url . '<br />';
echo '<b>' . __('Location:') . '</b> ' . $zipArchive;
$zip = new ZipArchive;