Admin panel revamp and simple menu builder

This commit is contained in:
danpros 2021-02-18 14:08:51 +07:00
commit d1f7d279bd
51 changed files with 2946 additions and 1671 deletions

View file

@ -10,6 +10,8 @@ if (login()) {
}
}
?>
<a href="<?php echo site_url() ?>admin/backup-start">Create backup</a>
<h2>Your backups</h2>
<br>
<a class="btn btn-primary" href="<?php echo site_url() ?>admin/backup-start">Create backup</a>
<br><br>
<?php echo get_backup_files() ?>