diff --git a/htdocs/admin/tools/dolibarr_export.php b/htdocs/admin/tools/dolibarr_export.php
index 34d0d5ceb44..44abd8ca834 100644
--- a/htdocs/admin/tools/dolibarr_export.php
+++ b/htdocs/admin/tools/dolibarr_export.php
@@ -32,6 +32,9 @@ $langs->load("admin");
if (! $user->admin)
accessforbidden();
+
+$html=new Form($db);
+
llxHeader();
@@ -42,6 +45,10 @@ print '
';
print $langs->trans("DatabaseName").' : '.$dolibarr_main_db_name.'
';
print '
';
+$result=$html->show_documents('systemtools','',DOL_DATA_ROOT.'/admin/temp',$_SERVER['PHP_SELF'],0,1);
+if ($result) print '
';
+
+
?>
@@ -86,7 +93,7 @@ function show_checked_option() {