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
ee3e4cf041
hedera-web-mindshore
/
index.php
9 lines
103 B
PHP
Raw
Normal View
History
Unescape
Escape
Backup
2016-07-22 20:00:27 +00:00
<
?
php
One unique entry point from HTTP server
2016-08-26 12:43:45 +00:00
require_once
(
'vn/web/app.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
?>