View file mforum/logout.php

File size: 94B
<?php
	setcookie("usid", "0");
	setcookie("pass", "0");
	Header("Location: index.php");
?>