SEND1020.php
546 Bytes
<?PHP
//*****************************************************************************
//*
//* プログラム名:配信完了画面
//* プログラムID:SEND1020.php
//* 機能 :配信完了
//*
//*****************************************************************************
header("Content-type: text/html; charset=EUC-JP");
include('./include/smarty.conf');
include("./include/session_start.inc");
include("./include/SessionChk.inc");
//********** ヘッダー処理 **********//
include("./include/headr_data.inc");
$o_smarty->display('SEND1020.tpl');
?>