View file exit.php

File size: 88B
<?php
SetCookie("nick","");
SetCookie("pass","");
header("Location: index.php?");
?>