fix
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -5,7 +5,7 @@ include_once("src/contrib/Google_Oauth2Service.php"); | ... | @@ -5,7 +5,7 @@ include_once("src/contrib/Google_Oauth2Service.php"); |
| 5 | ######### edit details ########## | 5 | ######### edit details ########## |
| 6 | $clientId = '326088686201-1llld5s7s3uhb2shl4g2g9djkvq584pc.apps.googleusercontent.com'; //Google CLIENT ID | 6 | $clientId = '326088686201-1llld5s7s3uhb2shl4g2g9djkvq584pc.apps.googleusercontent.com'; //Google CLIENT ID |
| 7 | $clientSecret = 'F4Fa8MdTT17f4voG4lRaOCuc'; //Google CLIENT SECRET | 7 | $clientSecret = 'F4Fa8MdTT17f4voG4lRaOCuc'; //Google CLIENT SECRET |
| 8 | $redirectUrl = 'http://banners.gotenzing.com/oauth2callback'; //return url (url to script) | 8 | $redirectUrl = 'http://banners.gotenzing.com'; //return url (url to script) |
| 9 | $homeUrl = 'http://banners.gotenzing.com'; //return to home | 9 | $homeUrl = 'http://banners.gotenzing.com'; //return to home |
| 10 | 10 | ||
| 11 | ################################## | 11 | ################################## | ... | ... |
-
Please register or sign in to post a comment