mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 00:07:26 +00:00
dashboard: url_safe() for #1168
This commit is contained in:
parent
6aaba83422
commit
22928ac86a
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user