Subversion Repositories vgwhois

Rev

Rev 11 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 11 Rev 76
Line 11... Line 11...
11
 
11
 
12
require_once __DIR__ . '/../../shared/php_includes/config_functions.inc.php';
12
require_once __DIR__ . '/../../shared/php_includes/config_functions.inc.php';
13
parse_config(__DIR__.'/../config/qa-monitor.conf');
13
parse_config(__DIR__.'/../config/qa-monitor.conf');
14
parse_config(__DIR__.'/../config/urls.conf');
14
parse_config(__DIR__.'/../config/urls.conf');
15
 
15
 
16
$anormale_whois=explode(' ', EXCLUDE_WHOIS);
16
$anormale_whois = defined('EXCLUDE_WHOIS') ? explode(' ', EXCLUDE_WHOIS) : array();
17
 
17
 
18
define('WHOISPING_DB',     __DIR__ . '/../.cache/whois-server-ping/whoisping.db');
18
define('WHOISPING_DB',     __DIR__ . '/../.cache/whois-server-ping/whoisping.db');
19
define('DEAD_SERVER_LIST', __DIR__ . '/../config/dead-servers.list');
19
define('DEAD_SERVER_LIST', __DIR__ . '/../config/dead-servers.list');