1
0
mirror of https://github.com/Daichimarukana/uwuzu.git synced 2026-06-05 11:34:41 +00:00
Files
uwuzu-mirror/home/ltl.php
T
2023-08-30 00:05:18 +09:00

5 lines
64 B
PHP

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