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