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

Размер файла: 97B
<?
include_once ('sys/index.php');
$_SESSION['uid'] = NULL;
header('Location: index.php');
?>