8 lines
154 B
PHP
8 lines
154 B
PHP
<?php require "../top.inc.php"; ?>
|
|
|
|
<?php
|
|
session_destroy();
|
|
header('Location: ' . $prefixURL . '/auth/');
|
|
exit;
|
|
?>
|
|
<?php require "../bottom.inc.php"; ?>
|