koblog/bl-kernel/admin/controllers/logout.php
2025-01-18 09:06:54 +01:00

25 lines
980 B
PHP

<?php defined('KOBLOG') or die('Koblog CMS.');
// ============================================================================
// Check role
// ============================================================================
// ============================================================================
// Functions
// ============================================================================
// ============================================================================
// Main before POST
// ============================================================================
// ============================================================================
// POST Method
// ============================================================================
// ============================================================================
// Main after POST
// ============================================================================
if ($login->logout()) {
Redirect::admin();
}