SEND0020.php 546 Bytes
<?PHP 
//*****************************************************************************
//* 
//* プログラム名:配信完了画面
//* プログラムID:SEND0020.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('SEND0020.tpl');

?>