ADM001.php
683 Bytes
<?php
//*****************************************************************************
//*
//* プログラム名:管理者ログイン
//* プログラムID:ADM001.php
//* 機能 :ログイン
//* 作成者 :K.Yoshimura
//*
//*****************************************************************************
include("include/session_start.inc");
include("include/SessionChk.inc");
include('./include/smarty.conf');
include("inc/header.inc");
$strDBinc="include/dbcon.inc";
include($strDBinc);
//**** メニュー ****//
include("menu_opacity.php");
//<form name="e_gru" action="ADM002.php" method="POST">
$o_smarty->display('ADM001.tpl');
//コピーライト
include("include/copyright.inc");
?>