Internal API can't be disabled

remotes/remote_mirror_8/master
Mike Koch 7 years ago
parent 81a5b6633c
commit 7fe647c3ab

@ -16,13 +16,12 @@ function handle404() {
} }
function before() { function before() {
assertApiIsEnabled();
$internalUse = \BusinessLogic\Helpers::getHeader('X-INTERNAL-CALL'); $internalUse = \BusinessLogic\Helpers::getHeader('X-INTERNAL-CALL');
if ($internalUse === 'true') { if ($internalUse === 'true') {
buildUserContextFromSession(); buildUserContextFromSession();
} else { } else {
assertApiIsEnabled();
$token = \BusinessLogic\Helpers::getHeader('X-AUTH-TOKEN'); $token = \BusinessLogic\Helpers::getHeader('X-AUTH-TOKEN');
buildUserContext($token); buildUserContext($token);
} }

Loading…
Cancel
Save