This website requires JavaScript.
Explore
Help
Sign In
wbuezas
/
hedera-web-mindshore
forked from
verdnatura/hedera-web
Watch
0
Star
1
Fork
You've already forked hedera-web-mindshore
0
Code
Pull Requests
Activity
6988bb9f84
hedera-web-mindshore
/
index.php
9 lines
102 B
PHP
Raw
Normal View
History
Unescape
Escape
Backup
2016-07-22 20:00:27 +00:00
<
?
php
Backup
2016-09-24 14:32:31 +00:00
require_once
'vn-autoload.php'
;
Backup
2016-07-22 20:00:27 +00:00
One unique entry point from HTTP server
2016-08-26 12:43:45 +00:00
$webApp
=
new
Vn\Web\App
(
'hedera-web'
);
$webApp
->
run
();
Backup
2016-07-22 20:00:27 +00:00
?>