From f37d3f8979b34dbb03d7a39ccbb3889763bea61d Mon Sep 17 00:00:00 2001 From: polo Date: Wed, 3 Jun 2026 23:15:17 +0200 Subject: =?UTF-8?q?exclusion=20des=20htaccess=20des=20zip,=20erreur=20cr?= =?UTF-8?q?=C3=A9ation=20backup=20quand=20dossier=20var/backups=20pas=20en?= =?UTF-8?q?core=20cr=C3=A9=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/js/maintenance.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'public/js/maintenance.js') diff --git a/public/js/maintenance.js b/public/js/maintenance.js index a742cf6..f5840ef 100644 --- a/public/js/maintenance.js +++ b/public/js/maintenance.js @@ -58,6 +58,9 @@ document.addEventListener('DOMContentLoaded', function(){ toastNotify("Une erreur s'est produite:
" + params.get('database_restauration')); } } + if(params.has('get_last_dump')){ + toastNotify(params.get('get_last_dump')); + } if(params.has('get_all_media')){ toastNotify(params.get('get_all_media')); } -- cgit v1.2.3