PerlaTheDog/archives/2024/index.php

6 lines
65 B
PHP

<?php
// Redirected until 2025
header('Location: /');
exit();
?>