суть такая что я обновил с 3.14 до 3.14.42 и белый экран в логан нечего нет кроме namespace Legacy; use Legacy\Html\Html; require_once(realpath(dirname(FILE)) . '/main/config/functlist.php'); if (1 == Settings::get('is_active_personal_area', 'VALUEINT') || 1 == Settings::get('ENTERTYPE', 'VALUESTR') || 'network' == Html::$edition) { header("Location: oper/"); } else { header("Location: user/"); } exit;