Skip to content
Snippets Groups Projects
Commit ab617b86 authored by Kevin Abel's avatar Kevin Abel
Browse files

Remove image redirection route (should be handled by apache)

parent 551e3348
No related branches found
No related tags found
No related merge requests found
...@@ -77,11 +77,6 @@ class UNL_TourMap_Router ...@@ -77,11 +77,6 @@ class UNL_TourMap_Router
$i++; $i++;
} }
break; break;
case preg_match('/^images\/markers\/google\/([\w]+).png$/', $requestURI):
// Marker image that is unknown
header('Location: '.UNL_TourMap::getURL().'images/markers/google/building.png');
exit();
break;
default: default:
$options['view'] = 404; $options['view'] = 404;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment