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/inc_header.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"); /* if($_COOKIE["uid"]=='') { echo "<script>alert('로그아웃 되었습니다.');location.href='index.php';</script>"; exit; } */ include_once("dbconn.php"); include_once("lib.php"); // foreach($_GET as $key => $value) { // ${$key}=mysql_real_escape_string(trim($value)); // } // foreach($_POST as $key => $value) { // ${$key}=mysql_real_escape_string(trim($value)); // } foreach($_REQUEST as $key => $value) { ${$key}=$value; } // foreach($_GET as $key => $value) { // if($_REQUEST[$key]) { // ${$key}=mysql_real_escape_string(trim($value)); // } else { // } // } ?>