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