bludit/admin/controllers/logout.php

7 lines
93 B
PHP
Raw Normal View History

2015-05-14 22:07:45 +00:00
<?php defined('BLUDIT') or die('Bludit CMS.');
if( $Login->logout())
{
Redirect::home();
}