Subversion Repositories vgwhois

Compare Revisions

Regard whitespace Rev 11 → Rev 76

/trunk/maintenance/qa-monitor/config.inc.php
13,7 → 13,7
parse_config(__DIR__.'/../config/qa-monitor.conf');
parse_config(__DIR__.'/../config/urls.conf');
 
$anormale_whois=explode(' ', EXCLUDE_WHOIS);
$anormale_whois = defined('EXCLUDE_WHOIS') ? explode(' ', EXCLUDE_WHOIS) : array();
 
define('WHOISPING_DB', __DIR__ . '/../.cache/whois-server-ping/whoisping.db');
define('DEAD_SERVER_LIST', __DIR__ . '/../config/dead-servers.list');