6 lines
77 B
Plaintext
6 lines
77 B
Plaintext
<?php
|
|
session_start();
|
|
session_destroy();
|
|
header("Location: /index.php");
|
|
?>
|