mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-12-25 19:10:11 +01:00
google auth fix
This commit is contained in:
parent
93a1b3252a
commit
bd38a40101
@ -16,8 +16,8 @@ require(DIR_SYSTEM . "/db.php");
|
|||||||
require_once(DIR_SYSTEM . "/database/ldap.php");
|
require_once(DIR_SYSTEM . "/database/ldap.php");
|
||||||
|
|
||||||
if(ENABLE_GOOGLE_LOGIN == 1) {
|
if(ENABLE_GOOGLE_LOGIN == 1) {
|
||||||
require_once 'google-api/apiClient.php';
|
require_once DIR_BASE . 'google-api/apiClient.php';
|
||||||
require_once 'google-api/contrib/apiOauth2Service.php';
|
require_once DIR_BASE . 'google-api/contrib/apiOauth2Service.php';
|
||||||
}
|
}
|
||||||
|
|
||||||
date_default_timezone_set(TIMEZONE);
|
date_default_timezone_set(TIMEZONE);
|
||||||
|
Loading…
Reference in New Issue
Block a user