correct auth block

This commit is contained in:
Andrey Kuvshinov
2020-05-12 21:34:52 +03:00
parent 9b1b62b988
commit 253a03b91f
3 changed files with 6 additions and 6 deletions

View File

@@ -85,8 +85,8 @@ function mybooks_kuri($page = 1){
$login = check_login_kuri();
if (!isset($login['data']['clienthash'])){
// header('Location: '.SITE.'login');
// exit;
header('Location: '.SITE.'login');
exit;
}
$limit = 25;