Просмотр файла mforum/logout.php
<?php
header("Pragma: no-cache");
setcookie("usid", "0");
setcookie("pass", "0");
Header("Location: index.php");
?>
<?php
header("Pragma: no-cache");
setcookie("usid", "0");
setcookie("pass", "0");
Header("Location: index.php");
?>