27 lines
979 B
PHP
Raw Normal View History

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