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
36640946a1
itskp-odense
/
Backend
/
controller
/
logout.php
6 lines
96 B
PHP
Raw
Normal View
History
Unescape
Escape
v0.0.1 Added the first files and made a login system.
2021-06-01 09:29:56 +00:00
<
?
php
session_start
();
session_unset
();
session_destroy
();
v0.1.3a fix some location error
2021-06-08 13:07:04 +00:00
header
(
"
location: ../../index.php
"
);