mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-12 23:27:03 +02:00
added google xoauth2 support + fixed a journaling issue
This commit is contained in:
@ -15,6 +15,11 @@ require(DIR_SYSTEM . "/misc.php");
|
||||
require(DIR_SYSTEM . "/db.php");
|
||||
require_once(DIR_SYSTEM . "/database/ldap.php");
|
||||
|
||||
if(ENABLE_GOOGLE_LOGIN == 1) {
|
||||
require_once 'google-api/apiClient.php';
|
||||
require_once 'google-api/contrib/apiOauth2Service.php';
|
||||
}
|
||||
|
||||
date_default_timezone_set(TIMEZONE);
|
||||
|
||||
?>
|
||||
|
Reference in New Issue
Block a user