summaryrefslogtreecommitdiff
path: root/includes/helper
diff options
context:
space:
mode:
authorIgor Scheller <igor.scheller@igorshp.de>2019-09-18 14:09:30 +0200
committerIgor Scheller <igor.scheller@igorshp.de>2019-09-18 14:09:30 +0200
commit35b820cd7de904e50bd78cee197ebd379985ec58 (patch)
tree68a1c082839fb626a9cf0594d995348b741f06a1 /includes/helper
parent154625bc8a69265f78293ae47f9c63dd79858701 (diff)
Use 403 forbidden on shifts json, atom export and ical export
Diffstat (limited to 'includes/helper')
-rw-r--r--includes/helper/error_helper.php11
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);
-}