SUB0010.php
758 Bytes
<?PHP
//*****************************************************************************
//*
//* プログラム名:め〜るNiポン!V2
//* プログラムID:SUB0010.php
//* 機能 :携帯電話へログインURL送信
//*
//*****************************************************************************
header("Content-type: text/html; charset=EUC-JP");
//***************************
//* インクルードファイル
//***************************
include('./include/smarty.conf');
include("./include/jcode.phps");
include("./include/session_start.inc");
include("./include/SessionChk.inc");
//********** ヘッダー処理 **********//
include("./include/headr_data.inc");
//********** メイン処理 **********//
include("./include/dbcon.inc");
$o_smarty->display('SUB0010.tpl');
?>