PerlaTheDog/archives/2022/index.php

6 lines
100 B
PHP

<?php
// Redirected until 2023, (wow 2023 seems like a fake year)
header('Location: /');
exit();
?>