Gitiles
Code Review
Sign In
gerrit.avm99963.com
/
edu
/
fisi-pastanagapp
/
8192d55de25ca82e52d97ace6761c4752424a3b6
/
.
/
dead.php
blob: 979eb27831b0b911332a0510649c7c45e87f59ba [
file
] [
log
] [
blame
]
<?
php
// Forget cookies
setcookie
(
'user'
,
''
,
-
1
,
"/"
);
setcookie
(
'password'
,
''
,
-
1
,
"/"
);
echo
"R.I.P."
;
?>