1
0
mirror of https://github.com/Daichimarukana/uwuzu.git synced 2026-06-05 03:24:41 +00:00
Files
uwuzu-mirror/home/ltl.php
T
2024-08-18 20:19:53 +09:00

5 lines
64 B
PHP

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