Просмотр файла modules/exit.php

Размер файла: 266B
<?
define('SHCMS_ENGINE',true);
include_once('../engine/system/core.php');
$templates->template('Покинуть страницу');

setcookie('user_id_shcms', '');
setcookie('password_shcms', '');
session_destroy();
header('Location: ../index.php');

?>