repo.or.cz
/
2ch-be.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Initial commit
[2ch-be.git]
/
dev-test
/
old_dev
/
old
/
bak
/
logout.php
blob
a7b22f7021494451fc47a850ac8cf4b29963f25f
1
<
?php
2
3
setcookie
(
'DMDM'
,
""
,
time
()-
3600
,
"/"
,
".2ch.net"
);
4
setcookie
(
'MDMD'
,
""
,
time
()-
3600
,
"/"
,
".2ch.net"
);
5
header
(
'location:login.php'
);
6
7
?
>