feat(phase1): complete base structure - landing page, auth, dashboard, airports, API, DB schema, 60 airports CSV
This commit is contained in:
11
www/public/logout.php
Normal file
11
www/public/logout.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
/**
|
||||
* Airline Tycoon - Logout
|
||||
*/
|
||||
|
||||
require_once dirname(__DIR__) . '/src/bootstrap.php';
|
||||
|
||||
Session::logout();
|
||||
|
||||
Session::flash('success', 'Du hast dich erfolgreich abgemeldet.');
|
||||
redirect('/login.php');
|
||||
Reference in New Issue
Block a user