From 27f0923bb35451d07bf4ae6b4b9d22e7085983b3 Mon Sep 17 00:00:00 2001 From: MOVe Date: Wed, 24 Nov 2021 23:48:08 +0300 Subject: [PATCH] test --- public/pages/instance_jail/helpers.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/pages/instance_jail/helpers.php b/public/pages/instance_jail/helpers.php index a511be36..942453bc 100644 --- a/public/pages/instance_jail/helpers.php +++ b/public/pages/instance_jail/helpers.php @@ -46,4 +46,5 @@ EOT; $res_html=(new Forms('',$hash,$db_path))->generate(); $html.='

Helper: '.$hash.'

'.$res_html; -echo json_encode(array('html'=>$html,'func'=>'fillTab')); \ No newline at end of file +return array('html'=>$this->html); +//echo json_encode(array('html'=>$html,'func'=>'fillTab')); \ No newline at end of file