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

19 lines
326 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 ()
.PATH_SEPARATOR.__DIR__.'/lib'
);
const _DEVELOPER_MODE = TRUE;
const _CONFIG_DIR = '/home/juan/.config/hedera-web';
const _LOG_DIR = '/tmp';
?>