X-Git-Url: https://git-public.kairo.at/?p=authserver.git;a=blobdiff_plain;f=authorize.php;h=33d7d5e25f4ebe8217962ec1e4bf0080d2d6dace;hp=23c93087e4aa39ccede23fc431f81d22a496a7db;hb=133aecbe7a7fb733dc202240ec7de844e2baf425;hpb=e6624d81c4ccfb9f8aad62f72b007880dc08eabb diff --git a/authorize.php b/authorize.php index 23c9308..33d7d5e 100644 --- a/authorize.php +++ b/authorize.php @@ -5,8 +5,8 @@ // Simple server based on https://bshaffer.github.io/oauth2-server-php-docs/cookbook -// include our OAuth2 Server object -require_once __DIR__.'/server.php'; +// Include the common auth system files (including the OAuth2 Server object). +require_once(__DIR__.'/authsystem.inc.php'); $request = OAuth2\Request::createFromGlobals(); $response = new OAuth2\Response();