This commit is contained in:
MOVe
2022-07-23 01:44:31 +03:00
parent 86cfe04c79
commit 2b7830274c

View File

@@ -44,6 +44,7 @@ $html=<<<EOT
EOT;
$res_html=(new Forms('',$hash,$db_path))->generate();
$res_html='test';
$html.='<h1>Helper: '.$hash.'</h1>'.$res_html;