Baza danych i zapis akcji przywoływania kelnera. Czekam na endpointy lub coś z KDS
This commit is contained in:
6
public/staff/logout.php
Normal file
6
public/staff/logout.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
require_once __DIR__ . '/auth.php';
|
||||
adminLogout();
|
||||
header('Location: login.php');
|
||||
exit;
|
||||
|
||||
Reference in New Issue
Block a user