This website works better with JavaScript.
Home
Explore
Help
Sign In
skrabanek
/
3im-wtl-php
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
php repozitar
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36
Commits
1
Branch
0
Tags
3.9 MiB
CSS
54.1%
JavaScript
41.9%
PHP
3.8%
Tree:
9bd9a5bd7b
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '9bd9a5bd7b'
${ noResults }
3im-wtl-php
/
nk_part4
/
logout.php
6 lines
93 B
Raw
Blame
History
<
?
php
session_start
();
session_unset
();
session_destroy
();
header
(
"
Location: /?logout=1
"
);
?>
Reference in new issue