website/tesses.net/apps/timelapsenow/index.php

7 lines
68 B
PHP
Executable File

<?php
header('Location: https://timelapse.tesses.net/');
exit;
?>