bludit/admin/controllers/logout.php
2015-10-24 11:10:25 +02:00

26 lines
978 B
PHP
Executable File

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