index
:
forum
master
Source code for the cflip.net forum
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
includes
/
signout_inc.php
blob: c86447af4a3bb8b55b25688fd218d74d31835517 (
plain
)
1
2
3
4
5
<?php
session_start
();
session_destroy
();
header
(
"Location: ../index.php"
);