allow to disable default language

If CONST_Default_Language is set to false, the fallback will be to
name tags without a language suffix. Make this the default.
This commit is contained in:
Sarah Hoffmann
2013-04-12 23:12:03 +02:00
parent fb0d219c7b
commit 9e0a92a508
2 changed files with 2 additions and 2 deletions

View File

@@ -56,7 +56,7 @@
@define('CONST_Website_BaseURL', 'http://'.php_uname('n').'/');
@define('CONST_Tile_Default', 'Mapnik');
@define('CONST_Default_Language', 'xx');
@define('CONST_Default_Language', false);
@define('CONST_Default_Lat', 20.0);
@define('CONST_Default_Lon', 0.0);
@define('CONST_Default_Zoom', 2);