Support for yet another subdomain

This commit is contained in:
Dennis Luxen 2011-05-22 10:17:36 +00:00
parent 408dc7358b
commit 8d5c42d7f8

View File

@ -1,6 +1,6 @@
<?
$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');
echo $file;
return;