ÿØÿà 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/manager/ |
<?php if(!isset($_SESSION['local_token']) or $_SESSION['local_token']==''){ $print->refresh('index.php?act=login'); exit(); } $code = isset($CORE->input['code']) ? $CORE->input['code'] : 'home'; if($code!=''){ include $code.'/index.php'; } /*switch ($code){ case 'company': include 'company/index.php'; break; case 'module': include 'module/index.php'; break; case 'language': include 'language/index.php'; break; case 'dantoc': include 'dantoc/index.php'; break; case 'tongiao': include 'tongiao/index.php'; break; case 'country': include 'country/index.php'; break; case 'city': include 'city/index.php'; break; case 'nghenghiep': include 'nghenghiep/index.php'; break; case 'viphamhs': include 'viphamhs/index.php'; break; case 'khenthuonghs': include 'khenthuonghs/index.php'; break; case 'canbolop': include 'canbolop/index.php'; break; case 'dienchinhsach': include 'dienchinhsach/index.php'; break; case 'family': include 'family/index.php'; break; case 'subjectcat': include 'subjectcat/index.php'; break; case 'module_category': include 'module_category/index.php'; break; default: include 'home/index.php'; break; }*/ ?>