This commit is contained in:
MOVe
2021-11-24 23:48:08 +03:00
parent df8bd0cd63
commit 27f0923bb3

View File

@@ -46,4 +46,5 @@ EOT;
$res_html=(new Forms('',$hash,$db_path))->generate();
$html.='<h1>Helper: '.$hash.'</h1>'.$res_html;
echo json_encode(array('html'=>$html,'func'=>'fillTab'));
return array('html'=>$this->html);
//echo json_encode(array('html'=>$html,'func'=>'fillTab'));