<?php
use Vn\Hedera\Web;
if (!Web::login ())
{
header ('Location: ?page=login#!error=sessionExpired');
exit;
}
?>