bludit/admin/controllers/logout.php
2015-05-14 22:07:45 +00:00

7 lines
93 B
PHP

<?php defined('BLUDIT') or die('Bludit CMS.');
if( $Login->logout())
{
Redirect::home();
}