From 9b1b62b988ab4b000f9c6da2587f08b0a0db525e Mon Sep 17 00:00:00 2001 From: Andrey Kuvshinov Date: Tue, 12 May 2020 21:21:00 +0300 Subject: [PATCH] defult login --- app/index.php | 2 +- app/views/blocks/auth.phtml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/index.php b/app/index.php index 0592380..7492c3a 100644 --- a/app/index.php +++ b/app/index.php @@ -16,5 +16,5 @@ require 'api/apiclient.php'; _kuri(); function index_kuri(){ - echo 'index'; + login_kuri(); } \ No newline at end of file diff --git a/app/views/blocks/auth.phtml b/app/views/blocks/auth.phtml index d1db149..4d37e06 100644 --- a/app/views/blocks/auth.phtml +++ b/app/views/blocks/auth.phtml @@ -1,9 +1,9 @@
- Войти + Войти - Моя библиотека / - Выйти + Моя библиотека / + Выйти
\ No newline at end of file