index
:
httpupload
live
master
xep0363
Implementation of the XEP-0363 - HTTP Upload
steckbrief
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
managing-ui
/
logout.php
blob: 56cbc934e37d9221b78c99d290594a547b8780f9 (
plain
)
1
2
3
4
5
<?php
session_start
();
session_destroy
();
header
(
"Location: index.php"
);
?>