Skip to content

Instantly share code, notes, and snippets.

@bjoerne2
Last active January 12, 2018 16:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bjoerne2/27c1f8e9e8fc5164956d75ce14f25072 to your computer and use it in GitHub Desktop.
Save bjoerne2/27c1f8e9e8fc5164956d75ce14f25072 to your computer and use it in GitHub Desktop.
...
try {
foreach ($this->uri->segments as $segment) {
if (preg_match('/_controller$/', $segment)) {
show_404();
}
}
parent::_parse_routes();
} finally {
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment