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