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:
parent
8bf2739b12
commit
3d7cc1e01b
@ -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)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user