View file txtban/logout.php

File size: 87B
<?php
include "config.inc.php";
header("Location: $http_abs_address");
exit();
?>