summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authormsquare <msquare@notrademark.de>2018-02-21 16:10:13 +0100
committermsquare <msquare@notrademark.de>2018-08-12 12:35:40 +0200
commitd9ebc2daec36153bc5539c10f3da9081079e3a87 (patch)
treeadd2b7171bca52469b3aecaa75925ca53aeef444 /public
parent28349b69a8e591ddd2472bd53a3029de96444696 (diff)
remove json export all shifts
Diffstat (limited to 'public')
-rwxr-xr-xpublic/index.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/public/index.php b/public/index.php
index 0528f531..2b480723 100755
--- a/public/index.php
+++ b/public/index.php
@@ -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();