dashboard: url_safe() for #1168

This commit is contained in:
Franco Fichtner 2016-09-25 10:41:27 +02:00
parent 6aaba83422
commit 22928ac86a

View File

@ -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;
}