This commit is contained in:
Andrey Kuvshinov
2020-05-12 21:15:26 +03:00
parent 603f1fd96f
commit 85fc68c8d1
11 changed files with 306 additions and 49 deletions

View File

@@ -0,0 +1,9 @@
<?$checklogin = check_login_kuri()?>
<div id="auth">
<?if ($checklogin == 'error'):?>
<a href="login">Войти</a>
<?else:?>
<a href="mybooks">Моя библиотека</a> /
<a href="out">Выйти</a>
<?endif?>
</div>