1
0
mirror of https://github.com/Daichimarukana/uwuzu.git synced 2026-06-04 19:14:41 +00:00
Files
uwuzu-mirror/home/ltl.php
T
2024-12-27 18:11:13 +09:00

5 lines
64 B
PHP

<?php
$url = "index";
header("Location:".$url."");
exit;
?>