loginchk_mtc.php
281 Bytes
<?php
header("Content-type: text/html; charset=EUC-JP");
if($Passwd != "egruadmin7135"){
header("Location:mtc_login.php");
exit;
}
$PHP_STS = "LOGIN";
session_register("PHP_STS");
//¥»¥Ã¥·¥ç¥ó³«»Ï
require_once("./include/session_start.inc");
header("Location:main.php");
?>