5 lines
58 B
PHP
5 lines
58 B
PHP
<?php
|
|
session_destroy();
|
|
header("location:index.php");
|
|
?>
|
<?php
|
|
session_destroy();
|
|
header("location:index.php");
|
|
?>
|