togethere.cloud/public_html/index.php

5 lines
74 B
PHP

<?php
header('Location: https://togethere.cloud/home/');
exit();
?>