mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
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:
parent
e866395d1c
commit
c6b246a8e6
@ -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>
|
2011-09-05 Miguel de Dios <miguel.dedios@artica.es>
|
||||||
|
|
||||||
* godmode/agentes/planned_downtime.php: fixed to avoid create or update
|
* godmode/agentes/planned_downtime.php: fixed to avoid create or update
|
||||||
|
@ -331,7 +331,8 @@ function mainSystemInfo() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
$url = '<a href="' .$http.$_SERVER['HTTP_HOST'].$config["homeurl"].'/attachment/last_info.zip">' . __('System info file zipped') . '</a>';
|
$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;
|
$zip = new ZipArchive;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user