mirror of
https://github.com/optim-enterprises-bv/control-pane.git
synced 2025-10-29 09:02:21 +00:00
7 lines
125 B
PHP
7 lines
125 B
PHP
<h1>Настройки ClonOS</h1>
|
|
<?php
|
|
|
|
$form=new Forms('cbsd-settings');
|
|
$res=$form->generate();
|
|
|
|
echo $res['html']; |