diff --git a/src/www/index.php b/src/www/index.php index 443216954..a5776db77 100644 --- a/src/www/index.php +++ b/src/www/index.php @@ -84,7 +84,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'GET') { unset($config['widgets']['column_count']); } write_config('Widget configuration has been changed'); - header('Location: index.php'); + header(url_safe('Location: /index.php')); exit; }