add scripts

This commit is contained in:
Andrey Kuvshinov
2020-04-23 14:42:01 +03:00
parent 749a0b316f
commit 9dbe78fae1
5 changed files with 37 additions and 3 deletions

View File

@@ -72,6 +72,20 @@ function read_kuri($hash, $page = 1, $scale = 1.5, $promo = false){
include ('anpdf2.phtml');
}
function text_kuri(){
$id = 659286;
$news = file_get_contents(API.'id/'.$id);
print_r($news);
//view( 'views/antext.phtml',['news'=> $news] );
}