0
1
Fork 0
hedera-web-mindshore/configure.php

19 lines
308 B
PHP
Raw Normal View History

<?php
namespace Vn\Hedera;
require_once (__DIR__.'/../php-vn-web/configure.php');
2015-01-31 01:05:12 +00:00
require_once (__DIR__.'/../vn-image/configure.php');
set_include_path
(
get_include_path ()
2016-05-02 13:05:49 +00:00
.PATH_SEPARATOR.__DIR__
);
const _DEVELOPER_MODE = TRUE;
2016-05-02 13:05:49 +00:00
const _CONFIG_DIR = '/home/juan/.config';
const _LOG_DIR = '/tmp';
?>