remove json export all shifts

This commit is contained in:
msquare 2018-02-21 16:10:13 +01:00
parent 28349b69a8
commit d9ebc2daec
1 changed files with 0 additions and 5 deletions

View File

@ -17,7 +17,6 @@ $free_pages = [
'shift_entries', 'shift_entries',
'shifts', 'shifts',
'shifts_json_export', 'shifts_json_export',
'shifts_json_export_all',
'stats', 'stats',
'users', 'users',
'user_driver_licenses', 'user_driver_licenses',
@ -67,10 +66,6 @@ if (
require_once realpath(__DIR__ . '/../includes/controller/shifts_controller.php'); require_once realpath(__DIR__ . '/../includes/controller/shifts_controller.php');
shifts_json_export_controller(); shifts_json_export_controller();
break; break;
case 'shifts_json_export_all':
require_once realpath(__DIR__ . '/../includes/controller/shifts_controller.php');
shifts_json_export_all_controller();
break;
case 'stats': case 'stats':
require_once realpath(__DIR__ . '/../includes/pages/guest_stats.php'); require_once realpath(__DIR__ . '/../includes/pages/guest_stats.php');
guest_stats(); guest_stats();