. * @author niel * @copyright 2016 nZEDb */ require_once 'config' . DS . 'Configure.php'; require_once NN_ROOT . 'constants.php'; use \newznab\config\Configure; use newznab\utility\Utility; define('HAS_WHICH', Utility::hasWhich() ? true : false); new Configure('indexer'); ?>