feat: backup and restore (#288)

This commit is contained in:
Miguel Ribeiro
2024-04-26 17:41:19 +02:00
committed by GitHub
parent 65cc376dff
commit 7b509d2b3d
31 changed files with 717 additions and 95 deletions
+6
View File
@@ -24,5 +24,11 @@
<div class="progress success"></div>
</div>
<?php
if (isset($db)) {
$db->close();
}
?>
</body>
</html>