p
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -79,7 +79,7 @@ $app->register(new Silex\Provider\SessionServiceProvider()); | ... | @@ -79,7 +79,7 @@ $app->register(new Silex\Provider\SessionServiceProvider()); |
| 79 | $app->get('/', function () use ($app) { | 79 | $app->get('/', function () use ($app) { |
| 80 | $state = "f4325120986c13bf5f55fbb8feab9105"; | 80 | $state = "f4325120986c13bf5f55fbb8feab9105"; |
| 81 | $app['session']->set('state', $state); | 81 | $app['session']->set('state', $state); |
| 82 | return $app['twig']->render('signin.html', array( | 82 | return $app['twig']->render('signin.php', array( |
| 83 | 'CLIENT_ID' => CLIENT_ID, | 83 | 'CLIENT_ID' => CLIENT_ID, |
| 84 | 'STATE' => $state, | 84 | 'STATE' => $state, |
| 85 | 'APPLICATION_NAME' => APPLICATION_NAME | 85 | 'APPLICATION_NAME' => APPLICATION_NAME | ... | ... |
-
Please register or sign in to post a comment