delete page
This commit is contained in:
@@ -182,11 +182,9 @@ function promo_kuri($hash, $page = 0, $promo = true){
|
||||
return False;
|
||||
}
|
||||
|
||||
echo $page;
|
||||
|
||||
if ($page == 0){ // не читал ли ранее
|
||||
$bookmark = bookmark_get($hash);
|
||||
echo "закладка: $bookmark";
|
||||
$page = 1; //если нет страницы то первая
|
||||
if ($bookmark !== false and $bookmark > 1){
|
||||
header("HTTP/1.1 301 Moved Permanently");
|
||||
|
||||
Reference in New Issue
Block a user