From 3345b13c73e76d2f03a85209d205adb9af49fc6b Mon Sep 17 00:00:00 2001 From: BlueRaja Date: Sun, 2 Jun 2013 10:37:15 -0500 Subject: Updated login form with a few new providers --- includes/OAuth/Google.php | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 includes/OAuth/Google.php (limited to 'includes/OAuth/Google.php') diff --git a/includes/OAuth/Google.php b/includes/OAuth/Google.php deleted file mode 100644 index 6d144b4..0000000 --- a/includes/OAuth/Google.php +++ /dev/null @@ -1,18 +0,0 @@ - 'authorization_code'), $returnType = 'json', Array $values = array('access_token', 'expires_in')){ - parent::requestAccessToken($method, $params, $returnType, $values); - } - -} \ No newline at end of file -- cgit v1.2.3