Files
2026-04-19 21:10:40 +07:00

4 lines
92 B
PHP

<?php
$target = $_GET['to'] ?? $_GET['url'] ?? '/';
header("Location: $target", true, 302);