View file mforum/logout.php

File size: 124B
<?php
	header("Pragma: no-cache");
	setcookie("usid", "0");
	setcookie("pass", "0");
	Header("Location: index.php");
?>