Added support for Streamdeck Pedal and updated UI to better fit the Packed UI style
This commit is contained in:
6
pirp/public/logout.php
Normal file
6
pirp/public/logout.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
require_once __DIR__ . '/../src/config.php';
|
||||
require_once __DIR__ . '/../src/auth.php';
|
||||
logout();
|
||||
header('Location: ' . url_for('login.php'));
|
||||
exit;
|
||||
Reference in New Issue
Block a user