<?php
if (!Hedera::login ())
{
header ('Location: ?section=login#!error=sessionExpired');
exit (0);
}
?>