<?php
require_once (__DIR__.'/../php-vn-lib/env.php');
set_include_path (__DIR__.PATH_SEPARATOR.get_include_path ());
const _DEV_MODE = TRUE;
const _CONFIG_DIR = __DIR__.'/../../.config';
const _LOG_DIR = '/tmp';