add base href
This commit is contained in:
@@ -84,10 +84,13 @@ function mybooks_kuri($page = 1){
|
||||
|
||||
$login = check_login_kuri();
|
||||
|
||||
if (!isset($login['data']['clienthash'])){
|
||||
header('Location: '.SITE.'login');
|
||||
exit;
|
||||
|
||||
if (!isset($login['client_id'])){
|
||||
header('Location: '.SITE.'login');
|
||||
exit;
|
||||
}
|
||||
|
||||
|
||||
|
||||
$limit = 25;
|
||||
$client = api_client_kuri($login['data']['clienthash']);
|
||||
|
||||
Reference in New Issue
Block a user