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
b0d916fe
authored
2016-03-30 16:31:57 -0400
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
ddd
1 parent
f5008a77
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
login.php
login.php
View file @
b0d916f
...
...
@@ -21,12 +21,12 @@
// document.domain = 'gotenzing.com';
</script>
</head>
<?php
<body><div
id=
"login"
>
<?php
echo
phpinfo
();
include_once
(
"./config.php"
);
include_once
(
"includes/functions.php"
);
...
...
@@ -52,8 +52,7 @@
$_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