mirror of
https://github.com/optim-enterprises-bv/control-pane.git
synced 2025-11-01 18:38:03 +00:00
14 lines
212 B
PHP
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')); |