diff --git a/backup.php b/backup.php new file mode 100755 index 0000000..7e3e517 --- /dev/null +++ b/backup.php @@ -0,0 +1,102 @@ + $entry, + 'size' => filesize($full_path), + 'mtime' => filemtime($full_path) + ]; + } + } + closedir($handle); + // Sortieren: neueste zuerst + usort($files, fn($a, $b) => $b['mtime'] <=> $a['mtime']); +} + +require_once 'inc/header.php'; +?> + +
+
+

PDF-Backups

+ Zurück +
+ + +
+ info + Keine PDF-Backups gefunden. +
+ +
+
+
+ + + + + + + + + + + + + + + + + + + +
DateiDatumGrößeAktion
+
+ picture_as_pdf + + + +
+
KB + + download + +
+
+
+
+ + +
+
Hinweis
+

+ Diese PDFs werden manuell oder automatisch erstellt (z. B. über export.php). + Sie dienen als Archiv und können nicht über diese Oberfläche gelöscht werden. +

+
+
+ + \ No newline at end of file diff --git a/inc/menu.php b/inc/menu.php index 20fef10..bea673e 100755 --- a/inc/menu.php +++ b/inc/menu.php @@ -48,6 +48,7 @@