Subversion Repositories vgwhois

Rev

Rev 5 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 daniel-mar 1
<?php
2
 
3
#
11 daniel-mar 4
#  VGWhoIs (ViaThinkSoft Global WhoIs, a fork of generic Whois / gwhois)
5 daniel-mar 5
#  Maintenance / Developer utilities
2 daniel-mar 6
#
5 daniel-mar 7
#  (c) 2012-2019 by Daniel Marschall, ViaThinkSoft <info@daniel-marschall.de>
2 daniel-mar 8
#
5 daniel-mar 9
#  License: https://www.gnu.org/licenses/gpl-2.0.html (GPL version 2)
2 daniel-mar 10
#
11
 
12
require_once __DIR__ . '/../../shared/php_includes/config_functions.inc.php';
11 daniel-mar 13
parse_config(__DIR__ . '/../config/vgwhois-pattern-update.conf');
2 daniel-mar 14
parse_config(__DIR__ . '/../config/urls.conf');
4 daniel-mar 15
 
16
define('PATTERN_DIR',          __DIR__ . '/../../main/pattern');
17
define('DOMAINS_PATTERN_FILE', PATTERN_DIR.'/domains');
18
define('CACHE_FILE_DIR',       __DIR__ . '/../.cache/web');
19
define('RIRSTATS_CACHE_DIR',   __DIR__ . '/../.cache/pattern-generator/rirstats');