summaryrefslogtreecommitdiff
path: root/includes/includes.php
diff options
context:
space:
mode:
authormsquare <msquare@notrademark.de>2019-10-13 12:59:54 +0200
committerGitHub <noreply@github.com>2019-10-13 12:59:54 +0200
commitb581da01a3dff2e6e8fbb748050442b22a4af213 (patch)
tree9bf0dcbdb372a9fc66b7273b01b4c24c0f416acf /includes/includes.php
parent592222c4012c833ef8d8a1503988d7e478f68a46 (diff)
parent35b820cd7de904e50bd78cee197ebd379985ec58 (diff)
Merge pull request #653 from MyIgel/403-forbidden-exports
Return 403 forbidden on shifts json, atom export and ical export if api key is missing or invalid
Diffstat (limited to 'includes/includes.php')
-rw-r--r--includes/includes.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/includes/includes.php b/includes/includes.php
index 855ff359..601a6ca2 100644
--- a/includes/includes.php
+++ b/includes/includes.php
@@ -60,7 +60,6 @@ $includeFiles = [
__DIR__ . '/../includes/helper/graph_helper.php',
__DIR__ . '/../includes/helper/message_helper.php',
- __DIR__ . '/../includes/helper/error_helper.php',
__DIR__ . '/../includes/helper/email_helper.php',
__DIR__ . '/../includes/mailer/shifts_mailer.php',