View file forum/exit.php
<?php Error_Reporting(E_ALL & ~E_NOTICE & E_USER_WARNING); session_name("SID"); session_start(); include("global.php"); include("header.php"); echo '<meta http-equiv="refresh" content="5.0; url=index.php">'; echo ' </p> <b> Спасибо за посещение нашего форума.<br> Мы рады будем увидеть вас здесь при следующем его посещении Вами.<br> До встречи. </b><br> <a href="index.php">Вход на форум</a><br><br>'; include("../include/foot.php"); session_destroy(); ?>