erp-backend/public/test_redirect.php
2026-04-01 17:07:04 +08:00

5 lines
42 B
PHP

<?php
header("Location: /test");
exit;
?>