From 22928ac86a428f9093e4c24fbb920978de094862 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Sun, 25 Sep 2016 10:41:27 +0200 Subject: [PATCH] dashboard: url_safe() for #1168 --- src/www/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }