This website requires JavaScript.
Explore
Help
Register
Sign In
Klez
/
strife
Watch
1
Star
0
Fork
You've already forked strife
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
main
strife
/
php
/
logout.php
6 lines
82 B
PHP
Raw
Permalink
Blame
History
<
?
php
session_start
();
session_destroy
();
header
(
"
Location: ../login.php
"
);
exit
;
Reference in New Issue
View Git Blame
Copy Permalink