969c2151 by Jeff Balicki

e

1 parent 2c9f0e79
......@@ -5,7 +5,7 @@ include_once("src/contrib/Google_Oauth2Service.php");
######### edit details ##########
$clientId = '326088686201-1llld5s7s3uhb2shl4g2g9djkvq584pc.apps.googleusercontent.com'; //Google CLIENT ID
$clientSecret = 'F4Fa8MdTT17f4voG4lRaOCuc'; //Google CLIENT SECRET
$redirectUrl = 'http://banners.gotenzing.com'; //return url (url to script)
$redirectUrl = 'http://banners.gotenzing.com/login.php'; //return url (url to script)
$homeUrl = 'http://banners.gotenzing.com'; //return to home
##################################
......
......@@ -57,7 +57,7 @@
if(isset($authUrl)) {
echo '<a href="'.$authUrl.'"><img width="259" style="padding:20px;" src="./images/glogin.png" alt=""/></a>';
} else {
header('Location: index.php');
}
?>
......