Subversion Repositories vgwhois

Rev

Rev 4 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 daniel-mar 1
<?php
2
 
3
#
4
#  generic Whois - Automatic Pattern Generator configuration
5
#
6
#  (c) 2012-2015 Daniel Marschall, ViaThinkSoft [www.viathinksoft.de]
7
#
8
#  Distribution, usage etc. pp. regulated by the current version of GPL.
9
#
10
#
11
#  Version 2015-04-17
12
#
13
 
14
require_once __DIR__ . '/../../shared/php_includes/config_functions.inc.php';
15
parse_config(__DIR__.'/../config/qa-monitor.conf');
16
parse_config(__DIR__.'/../config/urls.conf');
17
 
18
$anormale_whois=explode(' ', EXCLUDE_WHOIS);