0
1
Fork 0
hedera-web-mindshore/usr/share/hedera-web/sections/web/web.php

10 lines
118 B
PHP
Executable File

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