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/pop_sendlms_normal_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($_POST as $key => $value) { ${$key}=trim($value); } include_once("dbconn.php"); include_once("lib.php"); if(!$tel) { echo "<script>alert('수신번호를 입력하세요.');history.back();</script>"; exit; } if(!$cont) { echo "<script>alert('내용을 입력하세요.');history.back();</script>"; exit; } $sms_tel=$tel; $reg_cont=$cont; $sms_title=$title; include "lms_normal_send.php"; echo "<script>alert('".$sms_result."');window.close();</script>"; ?>