From 509324d7a7e7686874c334419b500582ef861fab Mon Sep 17 00:00:00 2001 From: Isabelle Date: Fri, 8 May 2026 09:26:57 +0200 Subject: [PATCH] remove hard-coded url --- is_themecore/is_themecore/is_themecore.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/is_themecore/is_themecore/is_themecore.php b/is_themecore/is_themecore/is_themecore.php index 35026ee..1124d9e 100644 --- a/is_themecore/is_themecore/is_themecore.php +++ b/is_themecore/is_themecore/is_themecore.php @@ -182,11 +182,8 @@ class Is_themecore extends Module /** @var UrlGeneratorInterface */ $router = $container->get('router'); - header('Location: https://houtendiershop.com'. $router->generate('is_themecore_module_settings')); + Tools::redirectAdmin($router->generate('is_themecore_module_settings')); exit; - - /*Tools::redirectAdmin($router->generate('is_themecore_module_settings')); - die();*/ } }