This website requires JavaScript.
Explore
Help
Sign In
verdnatura
/
hedera-web
Watch
0
Star
0
Fork
You've already forked hedera-web
1
Code
Issues
Pull Requests
1
Releases
Wiki
Activity
8f98597ea2
hedera-web
/
rest
/
user
/
logout.php
8 lines
103 B
PHP
Raw
Blame
History
<
?
php
class
Logout
extends
Vn\Web\JsonRequest
{
function
run
(
$db
)
{
$_SESSION
[
'user'
]
=
null
;
}
}
View Git Blame
Copy Permalink