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

Размер файла: 124B
<?php
	header("Pragma: no-cache");
	setcookie("usid", "0");
	setcookie("pass", "0");
	Header("Location: index.php");
?>