1
0
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:
Евгений
2014-01-07 01:32:50 +06:00
parent 5cb23c76c3
commit e60fb9921e
5 changed files with 13 additions and 13 deletions

View File

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