Update include/variables.php
This commit is contained in:
parent
76122ae523
commit
c1d2cd0f68
@ -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'];
|
||||
?>
|
Loading…
x
Reference in New Issue
Block a user