This website requires JavaScript.
Explore
Help
Register
Sign In
Obanana.Corporation
/
obananapay_admin
Watch
3
Star
0
Fork
You've already forked obananapay_admin
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
d5f5a4903e
obananapay_admin
/
logout.php
6 lines
106 B
PHP
Raw
Blame
History
<
?
php
session_start
();
session_unset
();
session_destroy
();
header
(
"
Location: /login/
"
);
?>
Reference in New Issue
View Git Blame
Copy Permalink