mirror of
https://github.com/Daichimarukana/uwuzu.git
synced 2026-06-04 19:14:41 +00:00
5 lines
64 B
PHP
5 lines
64 B
PHP
<?php
|
|
$url = "index";
|
|
header("Location:".$url."");
|
|
exit;
|
|
?>
|