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

10 lines
171 B
PHP
Raw Permalink Normal View History

2016-07-22 20:00:27 +00:00
<?php
if (file_exists(__DIR__.'/env.php'))
include_once __DIR__.'/env.php';
2016-09-24 14:32:31 +00:00
require_once 'vn-autoload.php';
2016-07-22 20:00:27 +00:00
2018-05-23 10:14:20 +00:00
$webApp = new Vn\Web\App('hedera-web');
$webApp->run();