Update index.php
This commit is contained in:
@@ -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';
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user