Sparky4567 ad4a4ba50e Yello
2018-02-25 20:28:26 +02:00

26 lines
979 B
PHP

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