From 45cf00e45c58df49d5ff46daf56ce4fabcb55f1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=92=D1=8F=D1=87=D0=B5=D1=81=D0=BB=D0=B0=D0=B2?= Date: Thu, 2 Jul 2020 14:12:45 +0000 Subject: [PATCH] Update index.php --- app/index.php | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/app/index.php b/app/index.php index 31dc4e2..b6bceb2 100644 --- a/app/index.php +++ b/app/index.php @@ -29,4 +29,19 @@ function index_kuri(){ } -} \ No newline at end of file +} + +function form_kuri(){ + + $checklogin = check_login_kuri(); + + + if ($checklogin['error'] == 'client not found'){ + login_kuri(); + } + else { + echo 'test'; + } + + +}