Skip to content
Snippets Groups Projects
Commit 9bc20c5d authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: Backup must not be inside a "temp" directory or it is lost after a "no data loss" purge.

parent 22bcdb3c
Branches
Tags
No related merge requests found
...@@ -294,7 +294,7 @@ if ($what) ...@@ -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)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment