Initial commit
[2ch-be.git] / dev-test / old_dev / old / test / logout.php
blobf21363a192c36d1a6f490360dfad1d982ba1536d
1 <html lang="en">
2 <head>
3 <meta charset="shift_jis">
4 <title>Logout</title>
5 <meta name="viewport" content="width=device-width, initial-scale=1.0">
6 <meta name="description" content="">
7 <meta name="author" content="">
8 </head>
9 <body>
10 <?php
11 setcookie('DMDM',"",time()-3600,"/",".2ch.net");
12 setcookie('MDMD',"",time()-3600,"/",".2ch.net");
13 echo "ƒ�ƒOƒAƒEƒg�¬Œ÷";
15 </body>
16 </html>