7 lines
92 B
PHP
7 lines
92 B
PHP
<?php
|
|
session_start();
|
|
session_destroy();
|
|
|
|
header('Location: /kngil/skin/index.php');
|
|
exit;
|