diff options
author | msquare <msquare@notrademark.de> | 2019-10-13 12:59:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-13 12:59:54 +0200 |
commit | b581da01a3dff2e6e8fbb748050442b22a4af213 (patch) | |
tree | 9bf0dcbdb372a9fc66b7273b01b4c24c0f416acf /includes/helper | |
parent | 592222c4012c833ef8d8a1503988d7e478f68a46 (diff) | |
parent | 35b820cd7de904e50bd78cee197ebd379985ec58 (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/helper')
-rw-r--r-- | includes/helper/error_helper.php | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/includes/helper/error_helper.php b/includes/helper/error_helper.php deleted file mode 100644 index 9314a57a..00000000 --- a/includes/helper/error_helper.php +++ /dev/null @@ -1,11 +0,0 @@ -<?php - -/** - * Displays a fatal message and stops execution. - * - * @param string $message - */ -function engelsystem_error($message) -{ - raw_output($message); -} |