#setcookie ("yume_id", $id,time()+60*60*24*30);
#setcookie ("yume_pass", $pass,time()+60*60*24*30);
#$uid=$_COOKIE['uid'];
#$name=$_COOKIE['name'];
#$birth=$_COOKIE['birth'];
include("basic.inc");
#$login=$_COOKIE['login'];
#$path=explode("/",$REQUEST_URI);
#array_pop($path);
#$path="https://{$HTTP_HOST}".join("/",$path);
#if(!https_check()){
#$url="{$path}/yume_diary_login.html";
#header("Location: {$url}");
#exit;
#}elseif($login=="yes"){
#$url="{$path}/yume_diary.html";
#header("Location: {$url}");
#exit;
#}elseif($login=="false"){
#setcookie("login","",0,"/nifty/","",0);
#setcookie("uid","",0,"/nifty/","",0);
#setcookie("name","",0,"/nifty/","",0);
#setcookie("birth","",0,"/nifty/","",0);
#}
#夢おむすびTOPへのリンクにてHTTPS接続からHTTP接続へ切替
#$path=explode("/",$REQUEST_URI);
#array_pop($path);
#array_pop($path);
#$path="http://{$HTTP_HOST}".join("/",$path);
#$url="{$path}/";
#ここまで
#print_r($_REQUEST);
?>
@nifty:夢おむすび