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

26 lines
980 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
// ============================================================================
if ($login->logout()) {
2018-10-23 20:25:06 +02:00
Redirect::admin();
}