Update index.php

This commit is contained in:
Вячеслав
2020-07-02 14:12:45 +00:00
parent f8d4900963
commit 45cf00e45c

View File

@@ -30,3 +30,18 @@ function index_kuri(){
}
function form_kuri(){
$checklogin = check_login_kuri();
if ($checklogin['error'] == 'client not found'){
login_kuri();
}
else {
echo 'test';
}
}