<?php
require_once (__DIR__.'/../php-vn-lib/configure.php');
set_include_path (
get_include_path ()
.PATH_SEPARATOR.__DIR__.'/lib'
);
define ('_DEVELOPER_MODE', TRUE);
define ('_CONFIG_DIR', '/home/juan/.config');
define ('_LOG_DIR', '/tmp');
?>