mirror of
https://github.com/danpros/htmly.git
synced 2026-04-20 12:36:23 +05:30
Admin panel revamp and simple menu builder
This commit is contained in:
parent
e722158f28
commit
d1f7d279bd
51 changed files with 2946 additions and 1671 deletions
|
|
@ -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() ?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue