mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-05-07 03:29:19 +02:00
5 lines
130 B
PHP
5 lines
130 B
PHP
<?php
|
|
// Redirects legacy /admin/system.php → /admin/parametres.php
|
|
header('Location: /admin/parametres.php', true, 301);
|
|
exit;
|