Update rewrites.php

This commit is contained in:
pblasquez
2016-02-08 16:09:16 -08:00
parent 3ee30fae7c
commit 1b97bf069f

View File

@@ -9,6 +9,7 @@ function rewrite_location($location) {
foreach ($config['location_map_regex'] as $reg => $val) {
if (preg_match($reg, $location)) {
$location = $val;
continue;
}
}
}