Subversion Repositories vgwhois

Rev

Rev 2 | Rev 5 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

  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/gwhois-pattern-update.conf');
  16. parse_config(__DIR__ . '/../config/urls.conf');
  17.  
  18. define('PATTERN_DIR',          __DIR__ . '/../../main/pattern');
  19. define('DOMAINS_PATTERN_FILE', PATTERN_DIR.'/domains');
  20. define('CACHE_FILE_DIR',       __DIR__ . '/../.cache/web');
  21. define('RIRSTATS_CACHE_DIR',   __DIR__ . '/../.cache/pattern-generator/rirstats');
  22.