From 05282d53851c6efae74488c6427944bdea94d569 Mon Sep 17 00:00:00 2001 From: Christophe Brisbois Date: Mon, 20 Feb 2017 23:46:28 +0100 Subject: [PATCH] Add files via upload --- dist/authorize.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/dist/authorize.php b/dist/authorize.php index 2f23b8f..3f8191a 100644 --- a/dist/authorize.php +++ b/dist/authorize.php @@ -16,8 +16,6 @@ // Google OAUTH 2.0 API: https://developers.google.com/identity/protocols/OpenIDConnect -ini_set('display_errors', 1); - const API_BASE_PATH = 'https://www.googleapis.com'; const OAUTH2_TOKEN_URI = 'https://www.googleapis.com/oauth2/v4/token'; const OAUTH2_AUTH_URL = 'https://accounts.google.com/o/oauth2/auth';