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 invalidmain
commit
b581da01a3
@ -1,11 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Displays a fatal message and stops execution.
|
|
||||||
*
|
|
||||||
* @param string $message
|
|
||||||
*/
|
|
||||||
function engelsystem_error($message)
|
|
||||||
{
|
|
||||||
raw_output($message);
|
|
||||||
}
|
|
Loading…
Reference in New Issue