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

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