Fix: Backup must not be inside a "temp" directory or it is lost after a "no data loss" purge.
This commit is contained in:
parent
22bcdb3c9b
commit
9bc20c5dbd
@ -294,7 +294,7 @@ if ($what)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$result=$formfile->show_documents('systemtools','',$conf->admin->dir_temp,$_SERVER['PHP_SELF'],0,1,'',array(),0,0,54,0,'',$langs->trans("PreviousDumpFiles"));
|
$result=$formfile->show_documents('systemtools','backup',$conf->admin->dir_output.'/backup',$_SERVER['PHP_SELF'],0,1,'',array(),0,0,54,0,'',$langs->trans("PreviousDumpFiles"));
|
||||||
|
|
||||||
if ($result == 0)
|
if ($result == 0)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user