1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-16 03:24:20 +02:00

Prevent non-working admin area.

This commit is contained in:
camer0n
2025-01-23 15:02:24 -08:00
parent 9d328545d0
commit 09de2c1ba2
2 changed files with 2 additions and 2 deletions

View File

@@ -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 !== 'bs5')
if($adminTheme !== 'bootstrap3' /*&& $adminTheme !== 'bootstrap5'*/)
{
$core->update('admintheme','bootstrap3');
$core->update('adminstyle','infopanel');