1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-02-22 22:37:37 +01:00

Ordinamento backup per ripristino date Prima Nota

This commit is contained in:
Dasc3er 2020-09-22 08:30:08 +02:00
parent 8bf2739b12
commit 3d7cc1e01b

View File

@ -30,6 +30,7 @@ $file = null; // File di backup del database
// Ricerca dell'ultimo backup (idealmente versione 2.4.16)
if (empty($file) && empty($backup)) {
$backups = Backup::getList();
$backups = array_reverse($backups);
}
if (empty($file)) {