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