Merge branch 'master' of ssh://gl.arguments.ru:2224/ak/anpdf
This commit is contained in:
@@ -2,6 +2,11 @@
|
||||
|
||||
function generation_kuri(){
|
||||
|
||||
echo index_kuri();
|
||||
ob_start();
|
||||
index_kuri();
|
||||
$result = ob_get_contents();
|
||||
ob_end_flush();
|
||||
|
||||
echo $result;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user