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/disease_set_del_do.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"); foreach($_GET as $key => $value) { ${$key}=base64_decode(urldecode($value)); } include_once("dbconn.php"); include_once("lib.php"); mysql_query("delete from ai_list where no='$no' ") or die(); echo "<meta http-equiv='refresh' content='0;url=disease_set.php'>"; ?>