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

26 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
// ============================================================================
2017-10-02 23:17:32 +02:00
if ($Login->logout()) {
2015-05-15 00:07:45 +02:00
Redirect::home();
}