Merge branch 'master' of ssh://gl.arguments.ru:2224/ak/anpdf
This commit is contained in:
@@ -31,17 +31,4 @@ function index_kuri(){
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function form_kuri(){
|
|
||||||
|
|
||||||
$checklogin = check_login_kuri();
|
|
||||||
|
|
||||||
|
|
||||||
if ($checklogin['error'] == 'client not found'){
|
|
||||||
login_kuri();
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
echo '<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSduDOrb4SPShh8ifV1th06cQpBqQK9ZvrvVJj9ZlrooSAf9Bg/viewform?embedded=true" width="640" height="933" frameborder="0" marginheight="0" marginwidth="0">Загрузка…</iframe>';
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|||||||
@@ -181,7 +181,20 @@ function mybooks_kuri($category = 'gazeta', $filter = 'all', $page = 1){
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
function form_kuri(){
|
||||||
|
|
||||||
|
$checklogin = check_login_kuri();
|
||||||
|
|
||||||
|
|
||||||
|
if ($checklogin['error'] == 'client not found'){
|
||||||
|
login_kuri();
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
echo '<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSduDOrb4SPShh8ifV1th06cQpBqQK9ZvrvVJj9ZlrooSAf9Bg/viewform?embedded=true" width="640" height="933" frameborder="0" marginheight="0" marginwidth="0">Загрузка…</iframe>';
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user