new version main page

This commit is contained in:
Your Name
2021-05-24 01:13:43 +03:00
parent 2f2c1489a2
commit 766e572752
18 changed files with 434 additions and 108 deletions

View File

@@ -14,7 +14,7 @@ function login_kuri(){
if (isset($result['data'])) {
add_user_cookie($result['data']['client_id'], $result['data']['clientpassword']);
header('Location: '.SITE.'mybooks');
header('Location: '.SITE);
}
}
@@ -43,7 +43,7 @@ function out_kuri(){
setcookie('code', null, -1, '/', $_SERVER['HTTP_HOST']);
}
header('Location: '.SITE.'login');
header('Location: '.SITE);
}