mirror of
https://github.com/serialexperiments0815/SerialsEnforcingInterface.git
synced 2026-07-12 15:32:29 +00:00
4 lines
No EOL
43 B
PHP
4 lines
No EOL
43 B
PHP
<?php
|
|
$_SESSION = [];
|
|
session_destroy();
|
|
?>
|