Просмотр файла inc/exit.php

Размер файла: 90B
<?php 
include 'avtoriz.php'; 
session_destroy(); 
header('Location: index.php'); 
?>