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

4 lines
94 B
PHP

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