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