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

Размер файла: 266B
  1. <?
  2. define('SHCMS_ENGINE',true);
  3. include_once('../engine/system/core.php');
  4. $templates->template('Покинуть страницу');
  5.  
  6. setcookie('user_id_shcms', '');
  7. setcookie('password_shcms', '');
  8. session_destroy();
  9. header('Location: ../index.php');
  10.  
  11. ?>