add test_client_hash
This commit is contained in:
@@ -136,6 +136,24 @@ function mybooks_kuri($category = 'gazeta', $filter = 'all', $page = 1){
|
||||
|
||||
|
||||
|
||||
function books_client_kuri($id){
|
||||
|
||||
$login = check_login_kuri();
|
||||
|
||||
|
||||
if (!isset($login['client_id'])){
|
||||
header('Location: '.SITE.'login');
|
||||
exit;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
//все покупки
|
||||
function payments_kuri($filter = 1 ){
|
||||
|
||||
|
||||
Reference in New Issue
Block a user