mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-05-06 11:09:18 +02:00
5 lines
154 B
PHP
5 lines
154 B
PHP
<?php
|
|
// Redirects legacy /admin/logs.php → /admin/system.php?tab=nginx_access
|
|
header('Location: /admin/system.php?tab=nginx_access', true, 301);
|
|
exit;
|