2014-06-20 Alejandro Gallardo <alejandro.gallardo@artica.es>
* extensions/system_info.php: Error fix. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10244 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
66e6807583
commit
dc601f7fd7
|
@ -1,3 +1,7 @@
|
||||||
|
2014-06-20 Alejandro Gallardo <alejandro.gallardo@artica.es>
|
||||||
|
|
||||||
|
* extensions/system_info.php: Error fix.
|
||||||
|
|
||||||
2014-06-20 Alejandro Gallardo <alejandro.gallardo@artica.es>
|
2014-06-20 Alejandro Gallardo <alejandro.gallardo@artica.es>
|
||||||
|
|
||||||
* extensions/system_info.php: Improved the user experience.
|
* extensions/system_info.php: Improved the user experience.
|
||||||
|
|
|
@ -278,7 +278,7 @@ function generate_info($checks) {
|
||||||
|
|
||||||
$url_zip = ui_get_full_url(false);
|
$url_zip = ui_get_full_url(false);
|
||||||
|
|
||||||
$url = '<a href="' .$url_zip . 'attachment/last_info.zip">' . __('download here') . '</a>';
|
$url = $url_zip . 'attachment/last_info.zip';
|
||||||
|
|
||||||
$result = array();
|
$result = array();
|
||||||
$result['success'] = false;
|
$result['success'] = false;
|
||||||
|
|
Loading…
Reference in New Issue