Files
2026-06-14 12:33:36 +02:00

4 lines
66 B
PHP

<?php
header('Location: ' . $_SERVER[REQUEST_URI] . '../');
?>