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
61bc32a3
authored
2017-01-12 18:48:26 -0500
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
p
1 parent
0446c18c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
signin.php
signin.php
View file @
61bc32a
...
...
@@ -79,7 +79,7 @@ $app->register(new Silex\Provider\SessionServiceProvider());
$app
->
get
(
'/'
,
function
()
use
(
$app
)
{
$state
=
"f4325120986c13bf5f55fbb8feab9105"
;
$app
[
'session'
]
->
set
(
'state'
,
$state
);
return
$app
[
'twig'
]
->
render
(
'signin.
html
'
,
array
(
return
$app
[
'twig'
]
->
render
(
'signin.
php
'
,
array
(
'CLIENT_ID'
=>
CLIENT_ID
,
'STATE'
=>
$state
,
'APPLICATION_NAME'
=>
APPLICATION_NAME
...
...
Please
register
or
sign in
to post a comment