mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-06 05:07:49 +02:00
Site Url without trailing slashes
This commit is contained in:
@@ -131,7 +131,7 @@ if (Request::post('reset_password_submit')) {
|
||||
Notification::set('reset_password', 'reset_password');
|
||||
|
||||
// Redirect to password-reset page
|
||||
Request::redirect(Site::url().'admin');
|
||||
Request::redirect(Site::url().'/admin');
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user