backup list and backup download (.sql)

This commit is contained in:
Ricsi
2017-02-23 23:32:02 +01:00
parent 7096af6df3
commit 9440072ee0
9 changed files with 217 additions and 1 deletions

View File

@@ -164,6 +164,10 @@ class page {
# STATISZTIKÁK
include('include_stats.php');
break;
case 'download_backup':
# BIZTONSÁGI MENTÉS LETÖLTÉS
include('include_download_backup.php');
break;
case 'delete_training_type':
# EDZÉS TÍPUS TÖRLÉS
include('include_delete_training_type.php');