bludit/bl-kernel/admin/controllers/logout.php

27 lines
979 B
PHP
Raw Normal View History

2015-05-15 00:07:45 +02:00
<?php defined('BLUDIT') or die('Bludit CMS.');
2015-08-03 02:49:12 +02:00
// ============================================================================
// Check role
// ============================================================================
// ============================================================================
// Functions
// ============================================================================
// ============================================================================
// Main before POST
// ============================================================================
// ============================================================================
// POST Method
// ============================================================================
// ============================================================================
// Main after POST
// ============================================================================
2015-05-15 00:07:45 +02:00
if( $Login->logout())
{
Redirect::home();
}