bludit/kernel/admin/controllers/logout.php
2015-11-15 18:37:34 -03:00

26 lines
978 B
PHP

<?php defined('BLUDIT') or die('Bludit CMS.');
// ============================================================================
// Check role
// ============================================================================
// ============================================================================
// Functions
// ============================================================================
// ============================================================================
// Main before POST
// ============================================================================
// ============================================================================
// POST Method
// ============================================================================
// ============================================================================
// Main after POST
// ============================================================================
if( $Login->logout())
{
Redirect::home();
}