This website requires JavaScript.
Explore
Help
Sign In
SiskelDev
/
furatalog-web
Watch
1
Star
0
Fork
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c4cc3eb5397e1a867ddc31876d3c8a2f8cc3789c
furatalog-web
/
admin
/
logout.php
T
6 lines
98 B
PHP
Raw
Normal View
History
Unescape
Escape
Initial Commit of v2
2025-05-20 12:21:13 +02:00
<?
php
session_start
();
session_destroy
();
header
(
"Location: login.php"
);
die
();
?>
Reference in New Issue
Copy Permalink