Files
control-pane/public/pages/instance_jail/helpers.php
2017-02-07 12:26:10 +03:00

14 lines
212 B
PHP

<?php
$hash=preg_replace('/^#/','',$this->_vars['hash']);
$form=new Forms('php','local');
$res=$form->generate();
$html=$res['html'];
echo json_encode(array('html'=>$html,'func'=>'fillTab'));