bludit/admin/controllers/logout.php

6 lines
92 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();
2015-07-22 00:15:02 -03:00
}