Commit 22928ac8 authored by Franco Fichtner's avatar Franco Fichtner

dashboard: url_safe() for #1168

parent 6aaba834
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment