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
2b8535de
authored
2016-03-30 16:09:38 -0400
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
e
1 parent
171f52aa
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 @
2b8535d
<?php
session_start
();
//
session_start();
include_once
(
"src/Google_Client.php"
);
include_once
(
"src/contrib/Google_Oauth2Service.php"
);
######### edit details ##########
...
...
login.php
View file @
2b8535d
...
...
@@ -28,7 +28,7 @@
include_once
(
"./config.php"
);
include_once
(
"includes/functions.php"
);
session_start
();
//print_r($_GET);die;
if
(
isset
(
$_REQUEST
[
'code'
])){
...
...
Please
register
or
sign in
to post a comment