| Server IP : 103.48.194.25 / Your IP : 216.73.217.98 Web Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33 System : Linux VMHostDefault 3.10.0-1160.42.2.el7.x86_64 #1 SMP Tue Sep 7 14:49:57 UTC 2021 x86_64 User : sieuthimay ( 1016) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/cannguyenlong.com-bk/public_html/webadmin/views/support/ |
Upload File : |
<?=form_open('support/index');?>
<table class="form">
<tr>
<td class="label">Hotline</td>
<td colspan="2"><input type="text" name="hotline" class="w300" value="<?=$this->config->item('hotline')?>"></td>
</tr>
<tr>
<td class="label">Điện thoại</td>
<td colspan="2"><input type="text" name="support_phone" class="w300" value="<?=$this->config->item('support_phone')?>"></td>
</tr>
<tr>
<td class="label">Nick Yahoo 1</td>
<td><input type="text" name="support_yahoo_nick_1" class="w200" value="<?=$this->config->item('support_yahoo_nick_1')?>">
Tên
<input type="text" name="support_yahoo_name_1" class="w200" value="<?=$this->config->item('support_yahoo_name_1')?>"></td>
</tr>
<tr>
<td class="label">Nick Yahoo 2</td>
<td><input type="text" name="support_yahoo_nick_2" class="w200" value="<?=$this->config->item('support_yahoo_nick_2')?>">
Tên
<input type="text" name="support_yahoo_name_2" class="w200" value="<?=$this->config->item('support_yahoo_name_2')?>"></td>
</tr>
<tr>
<td></td>
<td class="footer"><input type="submit" name="bt_submit" class="capnhat"></td>
</tr>
</table>
<?=form_close();?>