mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-05-06 19:19:19 +02:00
feat: extract MediaController, wire into Dispatcher, delete media.php
This commit is contained in:
4
app/public/admin/logs.php
Normal file
4
app/public/admin/logs.php
Normal file
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
// Redirects legacy /admin/logs.php → /admin/system.php?tab=nginx_access
|
||||
header('Location: /admin/system.php?tab=nginx_access', true, 301);
|
||||
exit;
|
||||
Reference in New Issue
Block a user