<?php
require_once (__DIR__.'/../php-vn-lib/configure.php');
set_include_path
(
get_include_path ()
.PATH_SEPARATOR.__DIR__
);
const _DEBUG_MODE = TRUE;
const _CONFIG_DIR = '/home/juan/.config';
const _LOG_DIR = '/tmp';
const _DATA_DIR = '/tmp';
?>