repo.or.cz
/
todo-rest-api_edi2-2023.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'dummy-session'
[todo-rest-api_edi2-2023.git]
/
delete_session.php
blob
6332edc51558c0201396baa984d8d873cbb68641
1
<
?php
2
3
function
handle_request
(
$id
,
$input
) {
4
session_destroy
();
5
}