This website requires JavaScript.
Explore
Help
Sign In
wbuezas
/
hedera-web-mindshore
forked from
verdnatura/hedera-web
Watch
0
Star
1
Fork
You've already forked hedera-web-mindshore
0
Code
Pull Requests
Activity
73ba16634e
hedera-web-mindshore
/
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