13 lines
157 B
PHP
Executable File
13 lines
157 B
PHP
Executable File
<?php
|
|
|
|
require_once('../../../fixed/config/go.php');
|
|
|
|
session_unset();
|
|
session_destroy();
|
|
|
|
header("location: ../../../login.php");
|
|
?>
|
|
|
|
|
|
|