ÿØÿà 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/lnovel/code/admin/ |
<?php if(!isset($ob_user->user_id) or $ob_user->user_id==0){ $print->refresh('index.php?act=404'); exit(); } if(!in_array($ob_user->user_type,array('cbnv','staff'))){ $print->refresh('index.html'); exit(); } $user_id = intval($ob_user->user_id); $row_user = $DB->fetch_row($DB->query("SELECT user_key,user_type FROM tb_user WHERE user_id='$user_id'")); /*if(!$row_user or !in_array($row_user['user_type'],array('cbnv','staff')) or !in_array($row_user['user_key'],array('manhualikemanga@gmail.com','phanvanlo1997@gmail.com'))){ $print->refresh('index.php'); exit(); }*/ if(!$row_user or !in_array($row_user['user_type'],array('cbnv','staff','admin'))){ $print->refresh('index.html'); exit(); } $code = isset($CORE->input['code']) ? $CORE->input['code'] : 'home'; if($code!=''){ include $code.'/index.php'; } ?>