bludit/admin/controllers/logout.php

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