mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-05-07 11:39:18 +02:00
5 lines
125 B
PHP
5 lines
125 B
PHP
<?php
|
|
// Redirects legacy /admin/file-access.php → /admin/acces.php
|
|
header('Location: /admin/acces.php', true, 301);
|
|
exit;
|