View file htmly-2.9.8/system/admin/views/logout.html.php

File size: 114B
<?php if (!defined('HTMLY')) die('HTMLy'); ?>
<?php

unset($_SESSION[site_url()]);

header('location: login');

?>