don't send blocked IPs to OSM's trac by default

This commit is contained in:
Sarah Hoffmann
2013-10-18 19:23:04 +02:00
parent 71429b91b4
commit 3470abad07
2 changed files with 2 additions and 2 deletions

View File

@@ -55,6 +55,7 @@
@define('CONST_ClosedForIndexingExceptionIPs', '');
@define('CONST_BlockedIPs', '');
@define('CONST_BulkUserIPs', '');
@define('CONST_BlockMessage', ''); // additional info to show for blocked IPs
@define('CONST_Website_BaseURL', 'http://'.php_uname('n').'/');
@define('CONST_Tile_Default', 'Mapnik');