created stats menu with balance stat

This commit is contained in:
Ricsi
2017-02-14 21:31:56 +01:00
parent 45f147cc4f
commit 9d8a1bd7cc
6 changed files with 151 additions and 0 deletions

View File

@@ -160,6 +160,10 @@ class page {
# BEÁLLÍTÁSOK
include('include_balance_list.php');
break;
case 'stats':
# STATISZTIKÁK
include('include_stats.php');
break;
case 'delete_training_type':
# EDZÉS TÍPUS TÖRLÉS
include('include_delete_training_type.php');