This website works better with JavaScript.
Home
Help
Sign In
ESIR
/
KiWi-Calendar
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
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.
156
Commits
1
Branch
1.9 MiB
PHP
94.1%
TeX
3.3%
CSS
1.5%
TSQL
0.6%
JavaScript
0.4%
Tree:
bf5b8cf14a
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'bf5b8cf14a'
${ noResults }
KiWi-Calendar
/
quit.php
6 lines
74 B
Raw
Blame
History
<
?
php
session_start
();
session_destroy
();
header
(
'Location:./'
);
exit
;
?>