Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[2.1] Fix redirect for backend trailing slash redirect (/bolt -> /bolt/). #3083

Merged
merged 1 commit into from
Mar 11, 2015

Commits on Mar 10, 2015

  1. Replace Library::simpleredirect with redirect for backend trailing sl…

    …ash redirect (/bolt -> /bolt/). Update Library::redirect to continue to backend if no one is logged in (which will take them to the login page).
    
    I would rather figure out a better way to handle this, but this will work for now. If we are at /bolt we should just match Backend::dashboard.
    CarsonF committed Mar 10, 2015
    Configuration menu
    Copy the full SHA
    0f91c23 View commit details
    Browse the repository at this point in the history