���� JFIF �� � ( %"1"%)+...383,7(-.-
![]() Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.20 System : Linux st2.domain.com 3.10.0-1127.10.1.el7.x86_64 #1 SMP Wed Jun 3 14:28:03 UTC 2020 x86_64 User : apache ( 48) PHP Version : 7.4.20 Disable Function : NONE Directory : /var/www/html/admin.adimi/code/management/customer/ |
<?php $v_customer_id = (isset($CORE->input['customer_id']) && $CORE->input['customer_id']>0) ? $CORE->input['customer_id'] : 0; $row_customer = $DB->fetch_row($DB->query("SELECT * FROM tb_customer WHERE customer_id='$v_customer_id' ")); $v_customer_baogia_id = (isset($CORE->input['customer_baogia_id']) && $CORE->input['customer_baogia_id']>0) ? $CORE->input['customer_baogia_id'] : 0; $row_check = $DB->fetch_row($DB->query("SELECT * FROM tb_customer_baogia WHERE customer_id='$v_customer_id' AND customer_baogia_id='$v_customer_baogia_id' ")); $q_baogia = $DB->query("SELECT * FROM tb_customer_email WHERE customer_id='$v_customer_id' AND customer_baogia_id='$v_customer_baogia_id' AND customer_email_status='draft' ORDER BY time_post DESC "); $txt_baogia = ''; while ($r_baogia = $DB->fetch_row($q_baogia)){ /*$txt_sendto = str_replace('@',',',$r_baogia['customer_email_sendto']); $txt_ccto = str_replace('@',',',$r_baogia['customer_email_ccto']);*/ $txt_baogia .= '<tr><td>'.$r_baogia['customer_email_sendto'].'</td><td>'.$r_baogia['customer_email_ccto'].'</td><td>'.$r_baogia['customer_email_subject'].'</td><td>'.$func->ope_max(strip_tags(html_entity_decode($r_baogia['customer_email_noidung'])),20).'</td><td><a href="'.$r_baogia['customer_email_file'].'" target="_blank">File</td><td>'.$r_baogia['customer_email_status'].'</td><td>'.date('d-m-Y h:i',$r_baogia['time_post']).'</td><td><a href="?act=management&code=customer&type=send_baogia&type2=hosting&customer_id='.$v_customer_id.'&customer_baogia_id='.$v_customer_baogia_id.'&email_id='.$r_baogia['customer_email_id'].'">Sửa</a> | <a href="?act=management&code=customer&type=delete_baogia&type2=hosting&customer_id='.$v_customer_id.'&customer_baogia_id='.$v_customer_baogia_id.'&email_id='.$r_baogia['customer_email_id'].'" onclick="return confirm(\'Bạn có chắc muốn xóa?\');">Xóa</a></td></tr>'; } ?>