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)
|
// Ricerca dell'ultimo backup (idealmente versione 2.4.16)
|
||||||
if (empty($file) && empty($backup)) {
|
if (empty($file) && empty($backup)) {
|
||||||
$backups = Backup::getList();
|
$backups = Backup::getList();
|
||||||
|
$backups = array_reverse($backups);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (empty($file)) {
|
if (empty($file)) {
|
||||||
|
|
Loading…
Reference in New Issue