Subversion Repositories vgwhois

Rev

Rev 4 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4 Rev 5
Line 1... Line 1...
1
<?php
1
<?php
2
 
2
 
3
#
3
#
4
#  generic Whois - Automatic Pattern Generator configuration
4
#  VWhois (ViaThinkSoft WHOIS, a fork of generic Whois / gwhois)
-
 
5
#  Maintenance / Developer utilities
5
#
6
#
6
#  (c) 2012-2015 Daniel Marschall, ViaThinkSoft [www.viathinksoft.de]
7
#  (c) 2012-2019 by Daniel Marschall, ViaThinkSoft <info@daniel-marschall.de>
7
#
8
#
8
#  Distribution, usage etc. pp. regulated by the current version of GPL.
9
#  License: https://www.gnu.org/licenses/gpl-2.0.html (GPL version 2)
9
#
-
 
10
#
-
 
11
#  Version 2015-04-17
-
 
12
#
10
#
13
 
11
 
14
require_once __DIR__ . '/../../shared/php_includes/config_functions.inc.php';
12
require_once __DIR__ . '/../../shared/php_includes/config_functions.inc.php';
15
parse_config(__DIR__ . '/../config/gwhois-pattern-update.conf');
13
parse_config(__DIR__ . '/../config/gwhois-pattern-update.conf');
16
parse_config(__DIR__ . '/../config/urls.conf');
14
parse_config(__DIR__ . '/../config/urls.conf');