remove json export all shifts

main
msquare 7 years ago
parent 28349b69a8
commit d9ebc2daec

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

Loading…
Cancel
Save