This website requires JavaScript.
Explore
Help
Sign In
AS1024
/
itflow
mirror of
https://github.com/itflow-org/itflow
Watch
1
Star
0
Fork
You've already forked itflow
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
6cd45f9c64
itflow
/
logout.php
7 lines
81 B
PHP
Raw
Blame
History
<
?
php
session_start
();
session_destroy
();
header
(
'Location: login.php'
);
?>
Reference in New Issue
View Git Blame
Copy Permalink