hedera-web/index.php

10 lines
140 B
PHP
Executable File

<?php
@include_once __DIR__.'/environ.php';
require_once 'vn-autoload.php';
$webApp = new Vn\Web\App ('hedera-web');
$webApp->run ();
?>