bludit/admin/controllers/logout.php

7 lines
93 B
PHP
Raw Normal View History

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