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
619afe666c
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.2.0a Made some small changes to some files, and moved index to the root of our project
2021-06-10 06:46:58 +00:00
header
(
"
location: ../../index.php
"
);