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

seo urls not locked down in maintenance mode #449

Closed
xChat opened this issue Feb 11, 2013 · 2 comments
Closed

seo urls not locked down in maintenance mode #449

xChat opened this issue Feb 11, 2013 · 2 comments

Comments

@xChat
Copy link

xChat commented Feb 11, 2013

fix catalog/controller/common/seo_url.php line 104

change

if (isset($this->request->get['route'])) {

return $this->forward($this->request->get['route']);

}

to

if (isset($this->request->get['route']) && (!$this->config->get('config_maintenance') || isset($this->session->data['token']))) {
return $this->forward($this->request->get['route']);
}

@opencart
Copy link
Collaborator

fixed in svn

@ghost
Copy link

ghost commented Aug 9, 2013

This still needs to be addressed.

martynas-wm added a commit to martynas-wm/opencart that referenced this issue Aug 12, 2013
danielkerr pushed a commit that referenced this issue Aug 12, 2013
Fixed issue #449 (Resources remain available even in maintenance mode).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant