8 lines
98 B
PHP
Executable File
8 lines
98 B
PHP
Executable File
<?php
|
|
|
|
require_once 'core.inc.php';
|
|
|
|
session_destroy();
|
|
header('Location: '. '../index.php');
|
|
|
|
?>
|