From eb07902d4e75b26bedf4382f117d08e7d0e0d8eb Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Mon, 9 May 2016 09:15:05 +0000 Subject: [PATCH] replace (login_)template_set="idots" with "default" --- login.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/login.php b/login.php index f776a94c4a..0a52f9e282 100755 --- a/login.php +++ b/login.php @@ -115,6 +115,11 @@ else $GLOBALS['egw_info']['server']['template_set'] = $GLOBALS['egw_info']['login_template_set'] = $prefs->data['common']['template_set']; } + if ($GLOBALS['egw_info']['login_template_set'] == 'idots') + { + $GLOBALS['egw_info']['server']['template_set'] = + $GLOBALS['egw_info']['login_template_set'] = 'default'; + } unset($prefs); unset($class); $GLOBALS['egw']->framework = Framework::factory();