4 lines
No EOL
57 B
PHP
4 lines
No EOL
57 B
PHP
<?php
|
|
$_SESSION = array();
|
|
session_destroy();
|
|
redirect(); |