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'; + } + + +}