Update include/variables.php

This commit is contained in:
jan 2025-03-02 16:14:36 +00:00
parent 76122ae523
commit c1d2cd0f68

View File

@ -20,6 +20,11 @@
$recaptchaSiteKey = $globalConfig['recaptcha']['siteKey']; $recaptchaSiteKey = $globalConfig['recaptcha']['siteKey'];
$recaptchaSecretKey = $globalConfig['recaptcha']['secretKey']; $recaptchaSecretKey = $globalConfig['recaptcha']['secretKey'];
$googleAuthClientId = $globalConfig['googleAuth']['clientId'];
$googleAuthClientSecret = $globalConfig['googleAuth']['clientSecret'];
$microsoftAuthClientId = $globalConfig['microsoftAuth']['clientId'];
$darkThemes = $globalConfig['darkThemes']; $darkThemes = $globalConfig['darkThemes'];
$lightThemes = $globalConfig['lightThemes']; $lightThemes = $globalConfig['lightThemes'];
?> ?>