add test_client_hash

This commit is contained in:
Andrey Kuvshinov
2020-05-29 20:34:26 +03:00
parent fb7ab18053
commit 803dc29d37
3 changed files with 29 additions and 0 deletions

View File

@@ -4,6 +4,7 @@
<?if ($checklogin['error'] == 'client not found'):?>
<a href="<?=SITE?>login">Войти</a>
<?else:?>
<?=$checklogin['clientmail']?>
<a href="<?=SITE?>out">Выйти</a>
<?endif?>
</div>