list newest backups first

Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
szaimen 2022-03-15 16:02:43 +01:00
parent f9772a856c
commit 6be1154914

View file

@ -102,6 +102,9 @@ class ConfigurationManager
}
}
// Reverse the array to list newest backup first
$backupTimes = array_reverse($backupTimes);
return $backupTimes;
}