[BS5] include dependencies

This commit is contained in:
FreddleSpl0it
2022-03-30 07:54:07 +02:00
parent 36944f8073
commit c1792df819
39 changed files with 316546 additions and 27 deletions

View File

@@ -103,13 +103,6 @@ $AVAILABLE_LANGUAGES = array(
'zh' => '中文 (Chinese)'
);
// Change theme (default: lumen)
// Needs to be one of those: cerulean, cosmo, cyborg, darkly, flatly, journal, lumen, paper, readable, sandstone,
// simplex, slate, spacelab, superhero, united, yeti
// See https://bootswatch.com/
// WARNING: Only lumen is loaded locally. Enabling any other theme, will download external sources.
$DEFAULT_THEME = 'lumen';
// Show DKIM private keys - false by default
$SHOW_DKIM_PRIV_KEYS = false;