This website works better with JavaScript
Home
Explore
Help
Create account
Sign in
tyom4ik
/
demoExam
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
afe02167ff
Branches
Tags
master
demoExam
/
assets
/
php
/
logout.php
logout.php
103 B
History
Raw
1
2
3
4
5
<?php
setcookie('id', '', 1);
setcookie('role', '', 1);
header("Location: index.php");
?>