index
:
pillowcase
this commit
master
Small website for viewing this silly comic I made
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
admin
/
logout.php
blob: 639e045da72d42fe4ce4edf0b93fb13ae6f89b8c (
plain
) (
blame
)
1
2
3
4
5
6
7
<?php
unset
(
$_SESSION
[
'username'
]);
header
(
'Location: /'
);
?>