Просмотр файла exit.php
<?php require_once 'system/fun.php'; setcookie('userlogin', '', time() - 86400*31); setcookie('userpassword', '', time() - 86400*31); header('location: /'); ?>
<?php require_once 'system/fun.php'; setcookie('userlogin', '', time() - 86400*31); setcookie('userpassword', '', time() - 86400*31); header('location: /'); ?>