Support for yet another subdomain
This commit is contained in:
parent
408dc7358b
commit
8d5c42d7f8
@ -1,6 +1,6 @@
|
|||||||
<?
|
<?
|
||||||
$url = $_SERVER['HTTP_HOST'];
|
$url = $_SERVER['HTTP_HOST'];
|
||||||
if($url == "map.project-osrm.org") {
|
if($url == "map.project-osrm.org" || $url == "www.map.project-osrm.org") {
|
||||||
$file = file_get_contents('map.html');
|
$file = file_get_contents('map.html');
|
||||||
echo $file;
|
echo $file;
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user