backup_restore.php aktualisiert

This commit is contained in:
M_Viper 2024-02-28 19:02:27 +00:00
parent eafac54731
commit 90ae7ca630
1 changed files with 418 additions and 417 deletions

View File

@ -376,6 +376,7 @@ $backup_files = array_slice($backup_files, -10); // Die letzten 10 Backups ausw
<li><a href="index.php">Home</a></li>
<li><a href="add_material_form.php">Artikel hinzufügen</a></li>
<li><a href="article_overview.php">Artikel Übersicht</a></li>
<li><a href="Material_chrome.zip">chrome Erweiterung</a></li>
<li><a href="backup_restore.php">Backup</a></li>
</ul>
</nav>
@ -390,7 +391,7 @@ $backup_files = array_slice($backup_files, -10); // Die letzten 10 Backups ausw
<input type="submit" name="backup" value="Backup erstellen">
</form>
<?php if (isset($download_button)) echo $download_button; ?> <!-- Download-Button anzeigen, wenn Backup erfolgreich -->
<?php if (isset($download_button)) echo $download_button; ?>
<h2>Wiederherstellung durchführen</h2>
<form action="" method="post" enctype="multipart/form-data">