From ec0a253d4ec04933ee9184faf697500473ff69bd Mon Sep 17 00:00:00 2001 From: Borgal Date: Tue, 18 Nov 2025 18:38:47 +0100 Subject: [PATCH] =?UTF-8?q?v1.3.1=20PDF=20Backup=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backup.php | 102 +++++++++++++++++++++++++++++++++++++++++++++++++++ inc/menu.php | 1 + 2 files changed, 103 insertions(+) create mode 100755 backup.php 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 @@