Просмотр файла txtban/logout.php

Размер файла: 87B
<?php
include "config.inc.php";
header("Location: $http_abs_address");
exit();
?>