ÿØÿà 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/thietkewebvumi.com/admin_new/mod/ |
<?php class main { function main() { global $CORE, $print,$smarty, $INFO; switch($CORE->input['act']){ default : $modules = 'home'; break; case 'setting' : $modules = 'setting'; break; case 'collect' : $modules = 'collect'; break; case 'pages' : $modules = 'pages'; break; case 'pagesimg' : $modules = 'pagesimg'; break; case 'user' : $modules = 'user'; break; case 'menu' : $modules = 'menu'; break; case 'maillist' : $modules = 'maillist'; break; case 'album' : $modules = 'album'; break; case 'card' : $modules = 'card'; break; case 'formdk' : $modules = 'formdk'; break; } $module = ADMIN_PATH."mod/".$modules.".php"; include($module); $smarty->assign('module', $modules); $func_view = ''; $show_sub_tpl = 0; if(!empty($CORE->input['code'])){ $func_view = '_'.$CORE->input['code']; if(file_exists(ADMIN_PATH.'skin/'.$INFO['skin_folder_admin'].'/'.$modules.$func_view.'.tpl')){ $show_sub_tpl = 1; } } $smarty->assign('func_view', $func_view); $smarty->assign('show_sub_tpl', $show_sub_tpl); $this -> show_time(); $print->do_headers(); } function show_time(){ global $func, $smarty, $CORE; $time[] = $func->maketime(); $smarty->assign('time',$time); $smarty->assign('login',$CORE->admin_user); } } ?>