This website requires JavaScript.
Explore
Help
Register
Sign In
vict3459
/
itskp-odense
Watch
1
Star
0
Fork
You've already forked itskp-odense
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
master
itskp-odense
/
Backend
/
controller
/
logout.php
6 lines
96 B
PHP
Raw
Permalink
Blame
History
<
?
php
session_start
();
session_unset
();
session_destroy
();
header
(
"
location: ../../index.php
"
);
Reference in New Issue
View Git Blame
Copy Permalink