7 lines
67 B
PHP
Executable File
7 lines
67 B
PHP
Executable File
<?php
|
|
|
|
session_start();
|
|
|
|
session_destroy();
|
|
|
|
header('Location: /'); |