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
f5008a77
authored
2016-03-30 16:18:05 -0400
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
e
1 parent
969c2151
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
login.php
login.php
View file @
f5008a7
...
...
@@ -21,11 +21,11 @@
// document.domain = 'gotenzing.com';
</script>
</head>
<body><div
id=
"login"
>
<?php
<?php
include_once
(
"./config.php"
);
include_once
(
"includes/functions.php"
);
...
...
@@ -52,7 +52,8 @@
$_SESSION
[
'token'
]
=
$gClient
->
getAccessToken
();
}
else
{
$authUrl
=
$gClient
->
createAuthUrl
();
}
}
?>
</head><body><div
id=
"login"
>
<?php
echo
'<img src="tenzing.gif" width="259" alt="Tenzing" /></br>'
;
if
(
isset
(
$authUrl
))
{
echo
'<a href="'
.
$authUrl
.
'"><img width="259" style="padding:20px;" src="./images/glogin.png" alt=""/></a>'
;
...
...
Please
register
or
sign in
to post a comment