Files
elwig-www/www/changelog.php
2024-06-23 22:08:06 +02:00

2 lines
154 B
PHP

<?php header("Status: 303"); header("Location: https://git.necronda.net/winzer/elwig/src/branch/main/CHANGELOG.md"); header("Content-Length: 0"); exit();