added backup delete option

This commit is contained in:
Ricsi
2017-04-12 22:13:20 +02:00
parent accb00c567
commit af3aa3aa7c
8 changed files with 138 additions and 28 deletions

View File

@@ -204,6 +204,10 @@ class page {
# BEFIZETÉS TÖRLÉS
include('include_delete_money_expense.php');
break;
case 'delete_backup':
# MENTÉS TÖRLÉS
include('include_delete_backup.php');
break;
case 'logout':
# kijelentkezés
$from = "coach";