X-Git-Url: https://git-public.kairo.at/?p=authserver.git;a=blobdiff_plain;f=app%2Fserver.inc.php;fp=app%2Fserver.inc.php;h=53e55b467835180bce98c78033d5a5177fe81d5e;hp=87b6535d4132b694d008bf3076caf794d8596963;hb=2b9aa8f3c5aeb5d3fa414a985ad14b351a12cfcd;hpb=fb7b39f0fb556bf1fb96811442fc0b70bc881e62 diff --git a/app/server.inc.php b/app/server.inc.php index 87b6535..53e55b4 100644 --- a/app/server.inc.php +++ b/app/server.inc.php @@ -7,10 +7,6 @@ // $dbata needs to be set and be an associative array with the members 'dsn', 'username', and 'password'. -// Autoloading (composer is preferred, but for this example let's just do this) -require_once('../oauth2-server-php/src/OAuth2/Autoloader.php'); -OAuth2\Autoloader::register(); - // $dsn is the Data Source Name for your database, for exmaple "mysql:dbname=my_oauth2_db;host=localhost" $oauth2_storage = new OAuth2\Storage\Pdo($dbdata);