Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Tenzing
/
banners-with-skip
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
969c2151
authored
2016-03-30 16:14:50 -0400
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
e
1 parent
2c9f0e79
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
config.php
login.php
config.php
View file @
969c215
...
...
@@ -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
##################################
...
...
login.php
View file @
969c215
...
...
@@ -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'
);
}
?>
...
...
Please
register
or
sign in
to post a comment