Update oauth.php

This commit is contained in:
Frédéric FRANCE 2016-02-09 14:08:50 +01:00
parent 51da5ea1f0
commit ffccd43aab

View File

@ -43,7 +43,7 @@ if (!$user->admin)
$action = GETPOST('action', 'alpha');
// Supported OAUTH (a provider is supported when a file xxx_oauth2callback.php is available into htdocs/core/modules/oauth)
// Supported OAUTH (a provider is supported when a file xxx_oauthcallback.php is available into htdocs/core/modules/oauth)
$supportedoauth2array=array('OAUTH_GOOGLE_NAME'=>'google');
// API access parameters OAUTH
@ -368,4 +368,4 @@ print '</form>';
llxFooter();
$db->close();
$db->close();