diff --git a/include/variables.php b/include/variables.php index 333b941f..5041ff50 100755 --- a/include/variables.php +++ b/include/variables.php @@ -20,6 +20,11 @@ $recaptchaSiteKey = $globalConfig['recaptcha']['siteKey']; $recaptchaSecretKey = $globalConfig['recaptcha']['secretKey']; + $googleAuthClientId = $globalConfig['googleAuth']['clientId']; + $googleAuthClientSecret = $globalConfig['googleAuth']['clientSecret']; + + $microsoftAuthClientId = $globalConfig['microsoftAuth']['clientId']; + $darkThemes = $globalConfig['darkThemes']; $lightThemes = $globalConfig['lightThemes']; ?> \ No newline at end of file