diff --git a/app/index.php b/app/index.php index 914a206..69254f3 100644 --- a/app/index.php +++ b/app/index.php @@ -31,17 +31,4 @@ function index_kuri(){ } -function form_kuri(){ - $checklogin = check_login_kuri(); - - - if ($checklogin['error'] == 'client not found'){ - login_kuri(); - } - else { - echo ''; - } - - -}