backup_restore.php aktualisiert
This commit is contained in:
parent
eafac54731
commit
90ae7ca630
|
@ -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="index.php">Home</a></li>
|
||||||
<li><a href="add_material_form.php">Artikel hinzufügen</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="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>
|
<li><a href="backup_restore.php">Backup</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</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">
|
<input type="submit" name="backup" value="Backup erstellen">
|
||||||
</form>
|
</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>
|
<h2>Wiederherstellung durchführen</h2>
|
||||||
<form action="" method="post" enctype="multipart/form-data">
|
<form action="" method="post" enctype="multipart/form-data">
|
||||||
|
|
Loading…
Reference in New Issue