X-Git-Url: https://git.defcon.no/?a=blobdiff_plain;f=api%2Flib%2Fauth.php;fp=api%2Flib%2Fauth.php;h=2f8f9cf789c80cbb6d53c22cf6cbb3a11b33980a;hb=220a8d4c07bfb4cb6be8122fda7dc6ceb0d1da8f;hp=0000000000000000000000000000000000000000;hpb=e9dd114b2570a41c4f517bdee270fbc2c791de92;p=hermes diff --git a/api/lib/auth.php b/api/lib/auth.php new file mode 100644 index 0000000..2f8f9cf --- /dev/null +++ b/api/lib/auth.php @@ -0,0 +1,13 @@ + 'failed', 'cause' => 'unauthorized', 'description' => 'Not authorized') ); + exit; +} +?>