From bd38a401017e9203174af5326eda99620b69ca0b Mon Sep 17 00:00:00 2001 From: SJ Date: Sun, 29 Sep 2013 09:43:37 +0200 Subject: [PATCH] google auth fix --- webui/system/startup.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webui/system/startup.php b/webui/system/startup.php index d06a6fb1..c7865ccc 100644 --- a/webui/system/startup.php +++ b/webui/system/startup.php @@ -16,8 +16,8 @@ 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'; + require_once DIR_BASE . 'google-api/apiClient.php'; + require_once DIR_BASE . 'google-api/contrib/apiOauth2Service.php'; } date_default_timezone_set(TIMEZONE);