mirror of
https://github.com/e107inc/e107.git
synced 2025-07-25 00:41:52 +02:00
Issue #5373 - for testing
This commit is contained in:
@@ -27,7 +27,7 @@ define('e_CAPTCHA_FONTCOLOR','#F9A533');
|
||||
// Required for a clean v1.x -> v2 upgrade.
|
||||
$core = e107::getConfig();
|
||||
$adminTheme = $core->get('admintheme');
|
||||
if($adminTheme !== 'bootstrap3'/* && $adminTheme !== 'bootstrap5'*/)
|
||||
if($adminTheme !== 'bootstrap3' && $adminTheme !== 'bs5')
|
||||
{
|
||||
$core->update('admintheme','bootstrap3');
|
||||
$core->update('adminstyle','infopanel');
|
||||
|
Reference in New Issue
Block a user