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